Files
cc-utils/types/cc/require.d.ts

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]>;
}