UNPKG

@utilify/core

Version:

Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B

17 lines 799 B
export { default as clone } from './clone'; export { default as flattenObj } from './flattenObj'; export { default as freeze } from './freeze'; export { default as get } from './get'; export { default as has } from './has'; export { default as isEqual } from './isEqual'; export { default as isFrozen } from './isFrozen'; export { default as isNotNullObject } from './isNotNullObject'; export { default as isPlainObject } from './isPlainObject'; export { default as isSealed } from './isSealed'; export { default as merge } from './merge'; export { default as omit } from './omit'; export { default as pick } from './pick'; export { default as seal } from './seal'; export { default as set } from './set'; export { default as unflattenObj } from './unflattenObj'; //# sourceMappingURL=index.d.ts.map