mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
235 B
TypeScript
7 lines
235 B
TypeScript
import "../../core";
|
|
import { installPolyfills } from "../polyfill-helpers";
|
|
|
|
global.registerModule("timer", () => require("../../../timer"));
|
|
|
|
installPolyfills("timer", ["setTimeout", "clearTimeout", "setInterval", "clearInterval"]);
|