@darwish/utils-core
Version:
9 lines (8 loc) • 383 B
TypeScript
export * from "./isTypings";
export { default as isInfinity } from "./isInfinity";
export { default as isBlanks } from "./isBlanks";
export { default as isEmailValid } from "./isEmailValid";
export { default as isBrowser } from "./isBrowser";
export { default as isDev } from "./isDev";
export { default as isJSX } from "./isJSX";
export { default as isPromise } from "./isPromise";