UNPKG

kucoin-api

Version:

Complete & robust Node.js SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.

8 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.neverGuard = void 0; function neverGuard(x, msg) { return new Error(`Unhandled value exception "${x}", ${msg}`); } exports.neverGuard = neverGuard; //# sourceMappingURL=misc-util.js.map