safers
Version:
Safely convert to the desired data and error-free refine values.
14 lines (13 loc) • 380 B
TypeScript
export * from "./deepCompare";
export * from "./isArray";
export * from "./isBoolean";
export * from "./isEmptyArray";
export * from "./isEmptyObject";
export * from "./isFunction";
export * from "./isNull";
export * from "./isNullish";
export * from "./isNumber";
export * from "./isObject";
export * from "./isRegExp";
export * from "./isString";
export * from "./isUndefined";