Phase 1 PWA: prayer times, qibla, quran, hijri, tasbih, 99 names
This commit is contained in:
+3
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user