ngx-toasty
Version:
Angular Toasty component shows growl-style alerts and messages for your web app
13 lines (12 loc) • 355 B
TypeScript
/**
* Check and return true if an object is type of string
*/
export declare function isString(obj: any): boolean;
/**
* Check and return true if an object is type of number
*/
export declare function isNumber(obj: any): boolean;
/**
* Check and return true if an object is type of Function
*/
export declare function isFunction(obj: any): boolean;