Files
NativeScript/apps/perf-tests/LargeObjectArrayMemoryLeakTest/native-calls-wrapper.d.ts
2015-03-24 13:36:47 +02:00

5 lines
143 B
TypeScript

declare module "native-calls-wrapper" {
export function createNativeDate(): any;
export function forceGarbageCollection(): void;
}