mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Switch require's arg to unknown
This commit is contained in:
parent
1fa8311a18
commit
0c0dfbabda
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue