UNPKG

@yash101/schwab-api-client

Version:

A TypeScript client library for interacting with the Charles Schwab Brokerage APIs.

9 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert_warn = assert_warn; function assert_warn(condition, message) { if (!Boolean(condition)) { console.warn(message); } } //# sourceMappingURL=Assert.js.map