Phase 1 PWA: prayer times, qibla, quran, hijri, tasbih, 99 names
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
declare function isPropertyKey(
|
||||
argument: unknown,
|
||||
): argument is isPropertyKey.PropertyKey;
|
||||
|
||||
declare namespace isPropertyKey {
|
||||
export type PropertyKey = string | symbol;
|
||||
}
|
||||
|
||||
export = isPropertyKey;
|
||||
Reference in New Issue
Block a user