toolset.io
Version:
7 lines (6 loc) • 354 B
TypeScript
export declare function isUndefined(obj: any): obj is undefined;
export declare function isClass(value: unknown): boolean;
export declare function isExist(obj: any): boolean;
export declare function isWindow(el: any): el is Window;
export declare function isPhone(phone: unknown): boolean;
export declare function isEmail(email: unknown): boolean;