@n3okill/utils
Version:
Many javascript helpers
14 lines (13 loc) • 487 B
TypeScript
export * from "./other/cloneBuffer";
export * from "./other/cloneDate";
export * from "./other/cloneError";
export * from "./other/cloneMap";
export * from "./other/clonePrimitive";
export * from "./other/clonePromise";
export * from "./other/cloneRegExp";
export * from "./other/cloneSet";
export * from "./other/cloneSymbol";
export * from "./other/cloneTypedArray";
export * from "./other/deepCloneMap";
export * from "./other/deepClonePromise";
export * from "./other/deepCloneSet";