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