UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

7 lines 264 B
/** * Build a Promise that will resolve after the specified number of milliseconds. * @param ms milliseconds to wait * @param value value for eventual resolution */ export default function delay(ms: number): Promise<void>; //# sourceMappingURL=helpers.d.ts.map