UNPKG

atomics-http

Version:

atomics-http is a Node.js extension that provides synchronous http calls.

7 lines 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR = exports.TIMEOUT = exports.SUCCESS = void 0; exports.SUCCESS = 1200; exports.TIMEOUT = 1408; exports.ERROR = 1500; //# sourceMappingURL=WorkerCodes.js.map