@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.
19 lines (18 loc) • 817 B
TypeScript
/**
* @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.ts";
export * from "./colors.ts";
export * from "./crypto.ts";
export * from "./math.ts";
export * from "./misc.ts";
export * from "./text.ts";
export * from "./types.ts";
export * from "./DataStore.ts";
export * from "./DataStoreEngine.ts";
export * from "./DataStoreSerializer.ts";
export * from "./Debouncer.ts";
export * from "./Errors.ts";
export * from "./NanoEmitter.ts";
export * from "./PicoEmitter.ts";