UNPKG

@devlander/utils

Version:

Comprehensive JavaScript and TypeScript utilities for seamless development. Includes object manipulation, data validation, and more.

24 lines (23 loc) 680 B
export * from "./isBoolean"; export * from "./isBuffer"; export * from "./isContextDefined"; export * from "./isDate"; export * from "./isDeepEqual"; export * from "./isEmpty"; export * from "./isFile"; export * from "./isFormData"; export * from "./isFunction"; export * from "./isGlobalDefined"; export * from "./isJson"; export * from "./isNumber"; export * from "./isNumeric"; export * from "./isObject"; export * from "./isPlainObject"; export * from "./isRegExp"; export * from "./isString"; export * from "./isUndefined"; export * from "./isValidBinary"; export * from "./isValidStyle"; export * from "./kindOf"; export * from "./kindOfTest"; export * from "./hasOwnProp";