mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
export function forceGarbageCollection(): void {
|
|
__collect();
|
|
}
|
|
|
|
export function createNativeDate(): any {
|
|
return NSDate.date();
|
|
}
|