mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
5 lines
194 B
TypeScript
5 lines
194 B
TypeScript
/** @noSelfInFile **/
|
|
/** @noResolution **/
|
|
declare module "cc.require" {
|
|
export function make(env: Object|LuaTable, dir: string): LuaMultiReturn<[(name: string) => any, Object|LuaTable]>;
|
|
} |