UNPKG

114 BJavaScriptView Raw
1"use strict";
2
3const apemanDemoCmd = require('apeman-demo-cmd');
4
5apemanDemoCmd({
6
7}).then(() => {
8 /*...*/
9});
\No newline at end of file