@ayonli/jsext
Version:
A JavaScript extension package for building strong and modern applications.
14 lines (13 loc) • 413 B
TypeScript
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";