@thi.ng/checks
Version:
Collection of 70+ type, feature & value checks
71 lines • 2.38 kB
TypeScript
export * from "./exists-not-null.js";
export * from "./exists.js";
export * from "./has-bigint.js";
export * from "./has-crypto.js";
export * from "./has-max-length.js";
export * from "./has-min-length.js";
export * from "./has-performance.js";
export * from "./has-wasm.js";
export * from "./has-webgl.js";
export * from "./has-websocket.js";
export * from "./implements-function.js";
export * from "./is-alphanum.js";
export * from "./is-array.js";
export * from "./is-arraybufferlike.js";
export * from "./is-arraybufferview.js";
export * from "./is-arraylike.js";
export * from "./is-ascii.js";
export * from "./is-async-iterable.js";
export * from "./is-bigint.js";
export * from "./is-blob.js";
export * from "./is-boolean.js";
export * from "./is-chrome.js";
export * from "./is-data-url.js";
export * from "./is-date.js";
export * from "./is-even.js";
export * from "./is-false.js";
export * from "./is-file.js";
export * from "./is-firefox.js";
export * from "./is-float-string.js";
export * from "./is-function.js";
export * from "./is-generator.js";
export * from "./is-hex.js";
export * from "./is-hex-color.js";
export * from "./is-ie.js";
export * from "./is-in-range.js";
export * from "./is-int32.js";
export * from "./is-int-string.js";
export * from "./is-iterable.js";
export * from "./is-map.js";
export * from "./is-mobile.js";
export * from "./is-nan.js";
export * from "./is-negative.js";
export * from "./is-nil.js";
export * from "./is-node.js";
export * from "./is-not-string-iterable.js";
export * from "./is-null.js";
export * from "./is-number.js";
export * from "./is-numeric.js";
export * from "./is-object.js";
export * from "./is-odd.js";
export * from "./is-plain-object.js";
export * from "./is-positive.js";
export * from "./is-primitive.js";
export * from "./is-promise.js";
export * from "./is-promiselike.js";
export * from "./is-proto-path.js";
export * from "./is-regexp.js";
export * from "./is-safari.js";
export * from "./is-set.js";
export * from "./is-string.js";
export * from "./is-symbol.js";
export * from "./is-touch-event.js";
export * from "./is-transferable.js";
export * from "./is-true.js";
export * from "./is-typedarray.js";
export * from "./is-uint32.js";
export * from "./is-undefined.js";
export * from "./is-uuid.js";
export * from "./is-uuid4.js";
export * from "./is-zero.js";
//# sourceMappingURL=index.d.ts.map