UNPKG

pollsky

Version:

Chained Polling Library for Node.js: Friendly API with no external dependencies.

6 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.poll = void 0; const pollsky_1 = require("./pollsky"); exports.poll = pollsky_1.default.wait; //# sourceMappingURL=index.js.map