UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

3 lines (2 loc) 139 B
/** returns true if a valid email that is from a known free email provider */ export declare function isFreeEmail(email: string): boolean;