Skip to main content
Module

x/isx/mod.ts

TypeScript-first is function collections
Go to Latest
File
export { isAsyncIterable, isBigint, isBoolean, isDate, isError, isFalse, isFalsy, isFunction, isIterable, isNull, isNullable, isNumber, isObject, isPrimitive, isPromise, isString, isSymbol, isTrue, isTruthy, isUndefined, type Primitive,} from "./top_types.ts";export { isEven, isNegativeNumber, isNonNegativeInteger, isOdd, isPositiveNumber,} from "./numbers.ts";export { type DateFormat, type DateTimeFormat, isHexColorFormat, isHostnameFormat, isRfc3339DateFormat, isRfc3339DateTimeFormat, isRfc3339TimeFormat, type TimeFormat,} from "./strings.ts";export { isValidDate } from "./dates.ts";export { hasOwn } from "./object.ts";