Phase 1 PWA: prayer times, qibla, quran, hijri, tasbih, 99 names
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { AsyncFunction } from 'async-function';
|
||||
|
||||
declare namespace isAsyncFunction {
|
||||
export type { AsyncFunction };
|
||||
}
|
||||
|
||||
declare function isAsyncFunction(fn: unknown): fn is AsyncFunction;
|
||||
|
||||
export = isAsyncFunction;
|
||||
Reference in New Issue
Block a user