Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bot174 authored Jul 30, 2023
1 parent 1410098 commit 3dc62ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/timing/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Script example for ScriptAPI
// Author: bot174 <https://github.com/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) {
Expand Down Expand Up @@ -136,4 +137,4 @@ function clearTimeout(id) {
handler.forget();
}
;
export { setInterval, setTimeout, clearInterval, clearTimeout };
export { setInterval, setTimeout, clearInterval, clearTimeout };

0 comments on commit 3dc62ca

Please sign in to comment.