This commit is contained in:
Avad3 2024-07-14 05:16:54 -04:00
parent 555ae496a5
commit b448c5505b
20 changed files with 104 additions and 71 deletions

View file

@ -1,4 +1,4 @@
import { rewriteJs } from "../../shared";
import { rewriteJs } from "../index";
const FunctionProxy = new Proxy(Function, {
construct(target, argArray) {