container.ts
Version:
Modular application framework
33 lines (32 loc) • 977 B
TypeScript
export * from "./is-alpha";
export * from "./is-alphanumeric";
export * from "./is-ascii";
export * from "./is-base64";
export * from "./is-boolean";
export * from "./is-country";
export * from "./is-credit-card";
export * from "./is-date-time";
export * from "./is-domain";
export * from "./is-duration";
export * from "./is-email";
export * from "./is-float";
export * from "./is-hash";
export * from "./is-hex-colour";
export * from "./is-hexadecimal";
export * from "./is-integer";
export * from "./is-interval";
export * from "./is-ip";
export * from "./is-json";
export * from "./is-language";
export * from "./is-latitude-longitude";
export * from "./is-locale";
export * from "./is-mac-address";
export * from "./is-mime-type";
export * from "./is-mobile-phone";
export * from "./is-mongo-id";
export * from "./is-port";
export * from "./is-postal-code";
export * from "./is-string";
export * from "./is-time-zone";
export * from "./is-url";
export * from "./is-uuid";