UNPKG

root-api

Version:

Organize your API with flexible customization in a breeze. No dependencies.

3 lines 93 B
module.exports = new Promise(function(ok, fail) { return setTimeout(() => ok(500), 200); });