UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

17 lines (15 loc) 542 B
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/types.js'; import { customInspect } from './runtime.js'; Object.defineProperty(Symbol, "customInspect", { value: customInspect }); //# sourceMappingURL=augment.js.map