UNPKG

gateio-api

Version:

Complete & Robust Node.js SDK for Gate.com's REST APIs, WebSockets & WebSocket APIs, with TypeScript declarations.

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