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

11 lines 617 B
export { default as customError } from './customError'; export { default as isAggregateError } from './isAggregateError'; export { default as isDOMException } from './isDOMException'; export { default as isError } from './isError'; export { default as isEvalError } from './isEvalError'; export { default as isRangeError } from './isRangeError'; export { default as isReferenceError } from './isReferenceError'; export { default as isSyntaxError } from './isSyntaxError'; export { default as isTypeError } from './isTypeError'; export { default as isURIError } from './isURIError'; //# sourceMappingURL=index.d.ts.map