sweet-scroll
Version:
Modern and the sweet smooth scroll library.
6 lines (5 loc) • 300 B
TypeScript
export declare const isString: (obj: any) => obj is string;
export declare const isFunction: (obj: any) => boolean;
export declare const isArray: (obj: any) => obj is any[];
export declare const isNumeric: (obj: any) => boolean;
export declare const hasProp: (obj: any, key: string) => boolean;