UNPKG

@ccts/cc-types

Version:

JackMacWindows's CC types

5 lines 198 B
/** @noSelfInFile **/ /** @noResolution **/ declare module "cc.require" { export function make(env: Object|LuaTable, dir: string): LuaMultiReturn<[(name: string) => any, Object|LuaTable]>; }