react-bootstrap-typeahead
Version:
React typeahead with Bootstrap styling
6 lines (5 loc) • 311 B
TypeScript
export declare function isFunction(value: unknown): value is Function;
export declare function isString(value: unknown): value is string;
export declare function noop(): void;
export declare function pick<T, K extends keyof T>(obj: T, keys: K[]): any;
export declare function uniqueId(prefix?: string): string;