ngx-bootstrap
Version:
Native Angular Bootstrap Components
8 lines (7 loc) • 448 B
TypeScript
export declare function isDateValid(date: Date): boolean;
export declare function isFunction(fn: Function): fn is Function;
export declare function isArray(input: any): boolean;
export declare function hasOwnProp(a: any, b: string | number): boolean;
export declare function isObject(input: any): boolean;
export declare function isUndefined(input: any): boolean;
export declare function toInt(argumentForCoercion: string | number): number;