UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

7 lines 240 B
"use strict"; // eslint-disable-next-line func-names Function.prototype.sleep = async function (msec = 1000, ...args) { await new Promise((r) => setTimeout(r, msec)); return this(...args); }; //# sourceMappingURL=function.ext.js.map