@jigoooo/shared-ui
Version:
A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.
8 lines (7 loc) • 521 B
TypeScript
export declare function isValidId(id: string | null): boolean;
export declare function isValidPassword(password: string | null): boolean;
export declare function isValidPhoneNumber(phoneNumber: string | null): boolean;
export declare function isValidHomeNumber(phoneNumber: string | null): boolean;
export declare function isAllDigits(inputString: string | null): boolean;
export declare function isValidEmail(email: string | null): boolean;
export declare function isValidBusinessNumber(number: string | null): boolean;