Switch require's arg to unknown

This commit is contained in:
JohnnyMorganz 2023-03-23 21:32:54 +00:00
parent 1fa8311a18
commit 0c0dfbabda

View file

@ -97,7 +97,7 @@ declare os: {
clock: () -> number, clock: () -> number,
} }
declare function require(target: any): any declare function require(target: unknown): any
declare function getfenv(target: any): { [string]: any } declare function getfenv(target: any): { [string]: any }