UNPKG

idb

Version:

A small wrapper that makes IndexedDB usable

4 lines (3 loc) 206 B
export declare type Constructor = new (...args: any[]) => any; export declare type Func = (...args: any[]) => any; export declare const instanceOfAny: (object: any, constructors: Constructor[]) => boolean;