@ayonli/jsext
Version:
A JavaScript extension package for building strong and modern applications.
19 lines (17 loc) • 611 B
JavaScript
import './external/event-target-polyfill/index.js';
import './augment/string.js';
import './augment/number.js';
import './augment/array.js';
import './augment/uint8array.js';
import './augment/object.js';
import './augment/math.js';
import './augment/promise.js';
import './augment/collections.js';
import './augment/error.js';
import './augment/json.js';
import './augment/pipe.js';
import './augment/types.js';
import { customInspect } from './runtime.js';
/// <reference types="./lib.deno.d.ts" />
Object.defineProperty(Symbol, "customInspec", { value: customInspect });
//# sourceMappingURL=augment.js.map