UNPKG

@sv443-network/coreutils

Version:

Cross-platform, general-purpose, JavaScript core library for Node, Deno and the browser. Intended to be used in conjunction with `@sv443-network/userutils` and `@sv443-network/djsutils`, but can be used independently as well.

18 lines (17 loc) 783 B
/** * @module @sv443-network/coreutils * @description Cross-platform, general-purpose, JavaScript core library for Node, Deno and the browser. Intended to be used in conjunction with [`@sv443-network/userutils`](https://github.com/Sv443-Network/UserUtils) and [`@sv443-network/djsutils`](https://github.com/Sv443-Network/DJSUtils), but can be used independently as well. */ export * from "./array.js"; export * from "./colors.js"; export * from "./crypto.js"; export * from "./math.js"; export * from "./misc.js"; export * from "./text.js"; export * from "./types.js"; export * from "./DataStore.js"; export * from "./DataStoreEngine.js"; export * from "./DataStoreSerializer.js"; export * from "./Debouncer.js"; export * from "./Errors.js"; export * from "./NanoEmitter.js";