@storm-stack/types
Version:
⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.
40 lines (39 loc) • 1.38 kB
JavaScript
export * from "./get-object-tag.mjs";
export * from "./is-array-like.mjs";
export * from "./is-async-iterable.mjs";
export * from "./is-bigint.mjs";
export * from "./is-boolean.mjs";
export * from "./is-buffer.mjs";
export * from "./is-collection.mjs";
export * from "./is-date.mjs";
export * from "./is-deep-key.mjs";
export * from "./is-empty.mjs";
export * from "./is-empty-object.mjs";
export * from "./is-empty-string.mjs";
export * from "./is-error.mjs";
export * from "./is-float.mjs";
export * from "./is-function.mjs";
export * from "./is-integer.mjs";
export * from "./is-mergeable-object.mjs";
export * from "./is-not-empty.mjs";
export * from "./is-null.mjs";
export * from "./is-number.mjs";
export * from "./is-object.mjs";
export * from "./is-object-index.mjs";
export * from "./is-plain-object.mjs";
export * from "./is-primitive.mjs";
export * from "./is-promise.mjs";
export * from "./is-react-element.mjs";
export * from "./is-ref.mjs";
export * from "./is-regexp.mjs";
export * from "./is-select-option.mjs";
export * from "./is-set.mjs";
export * from "./is-set-object.mjs";
export * from "./is-set-string.mjs";
export * from "./is-string.mjs";
export * from "./is-symbol.mjs";
export * from "./is-typed.mjs";
export * from "./is-typed-array.mjs";
export * from "./is-undefined.mjs";
export * from "./property-exists.mjs";
export * from "./type-detect.mjs";