UNPKG

110 BJavaScriptView Raw
1'use strict'
2
3const apemanDemoCmd = require('apeman-demo-cmd')
4
5apemanDemoCmd({}).then(() => {
6 /* ... */
7})