@utilify/core
Version:
Modern, strongly typed, and safe utility function library for JavaScript and TypeScript. Includes type checking, manipulation of arrays, objects, strings, dates, colors, numbers, regular expressions, and more. Compatible with Browser, Node.js, Deno, and B
11 lines • 541 B
TypeScript
export { default as isAlpha } from "./isAlpha";
export { default as isAlphanumeric } from "./isAlphanumeric";
export { default as isEmail } from "./isEmail";
export { default as isURL } from "./isURL";
export { default as isCreditCard } from "./isCreditCard";
export { default as isSlug } from "./isSlug";
export { default as isIPV4 } from "./isIPV4";
export { default as isIPV6 } from "./isIPV6";
export { default as isBase64URL } from "../crypto/isBase64URL";
export { default as isJWT } from "./isJWT";
//# sourceMappingURL=index.d.ts.map