UNPKG

@rustable/utils

Version:

Essential utilities for object cloning, string manipulation, and value comparison in TypeScript, inspired by Rust's standard library.

9 lines (7 loc) 251 B
export { deepClone } from './clone.mjs'; export { equals } from './eq.mjs'; export { Location } from './location.mjs'; export { Ptr } from './ptr.mjs'; export { hash, stringify } from './stringify.mjs'; export { Val } from './val.mjs'; "use strict";