UNPKG

@nhost/hasura-auth-js

Version:

Hasura-auth client

5 lines 385 B
export declare const isValidEmail: (email?: string | null) => boolean; export declare const isValidPassword: (password?: string | null) => boolean; export declare const isValidPhoneNumber: (phoneNumber?: string | null) => boolean; export declare const isValidTicket: (ticket?: string | null) => false | "" | RegExpMatchArray | null | undefined; //# sourceMappingURL=validators.d.ts.map