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";
