mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
5 lines
147 B
TypeScript
5 lines
147 B
TypeScript
declare module "app/native-calls-wrapper" {
|
|
export function createNativeDate(): any;
|
|
export function forceGarbageCollection(): void;
|
|
}
|