UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

6 lines (5 loc) 229 B
export async function input(message: string, type: unknown) { // TODO: can use https://www.npmjs.com/package/prompts for Node await new Promise((resolve) => setTimeout(resolve, 1000)); // placeholder delay return void 0; }