box-node-sdk
Version:
Official SDK for Box Platform APIs
9 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.input = input;
async function input(message, type) {
// TODO: can use https://www.npmjs.com/package/prompts for Node
await new Promise((resolve) => setTimeout(resolve, 1000)); // placeholder delay
return void 0;
}
//# sourceMappingURL=input.js.map