UNPKG

@platformbuilders/validations

Version:
10 lines 317 B
/** * Validates a social name and the criteria to approve a social is: * * Must have only letters * * N names can be written * * Empty not allowed * @param socialName * @returns boolean */ export declare const isValidSocialName: (socialName?: string) => boolean; //# sourceMappingURL=isValidSocialName.d.ts.map