Phase 1 PWA: prayer times, qibla, quran, hijri, tasbih, 99 names
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { PropertyKey } from './isPropertyKey';
|
||||
|
||||
declare function Get<
|
||||
T extends object,
|
||||
K extends keyof T & PropertyKey,
|
||||
>(
|
||||
O: T,
|
||||
P: K,
|
||||
): T[keyof T] | undefined;
|
||||
|
||||
export = Get;
|
||||
Reference in New Issue
Block a user