@qntm-code/utils
Version:
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
20 lines (19 loc) • 626 B
JavaScript
export * from './isArguments.js';
export * from './isBoolean.js';
export * from './isBuffer.js';
export * from './isDate.js';
export * from './isEmpty.js';
export * from './isEqual.js';
export * from './isError.js';
export * from './isGeneratorObject.js';
export * from './isMergableObject.js';
export * from './isMoment.js';
export * from './isNaNStrict.js';
export * from './isNullOrUndefined.js';
export * from './isNumber.js';
export * from './isObject.js';
export * from './isPlainObject.js';
export * from './isReactElement.js';
export * from './isRegExp.js';
export * from './isString.js';
export * from './typeOf.js';