📄 util.d.ts
/home/palash/git/site/node_modules/idb/build/util.d.ts
Language: ts • Lines: 3
export declare type Constructor = new (...args: any[]) => any;
export declare type Func = (...args: any[]) => any;
export declare const instanceOfAny: (object: any, constructors: Constructor[]) => boolean;