UNPKG

safers

Version:

Safely convert to the desired data and error-free refine values.

30 lines (29 loc) 936 B
import { deepCompare as t } from "./deepCompare.js"; import { isArray as m } from "./isArray.js"; import { isBoolean as f } from "./isBoolean.js"; import { isEmptyArray as s } from "./isEmptyArray.js"; import { isEmptyObject as l } from "./isEmptyObject.js"; import { isFunction as u } from "./isFunction.js"; import { isNull as b } from "./isNull.js"; import { isNullish as d } from "./isNullish.js"; import { isNumber as N } from "./isNumber.js"; import { isObject as j } from "./isObject.js"; import { isRegExp as O } from "./isRegExp.js"; import { isString as B } from "./isString.js"; import { isUndefined as F } from "./isUndefined.js"; import "../../lib/identifyType-d39b7385.js"; export { t as deepCompare, m as isArray, f as isBoolean, s as isEmptyArray, l as isEmptyObject, u as isFunction, b as isNull, d as isNullish, N as isNumber, j as isObject, O as isRegExp, B as isString, F as isUndefined };