diff --git a/scripts/timing/index.js b/scripts/timing/index.js index c6243c74..cc4dc30d 100644 --- a/scripts/timing/index.js +++ b/scripts/timing/index.js @@ -1,6 +1,7 @@ // Script example for ScriptAPI // Author: bot174 // Project: https://github.com/JaylyDev/ScriptAPI/ +// @ts-nocheck var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { @@ -136,4 +137,4 @@ function clearTimeout(id) { handler.forget(); } ; -export { setInterval, setTimeout, clearInterval, clearTimeout }; \ No newline at end of file +export { setInterval, setTimeout, clearInterval, clearTimeout };