mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-05 03:37:50 +08:00
finish basic autocraft for create store
This commit is contained in:
11
types/cc/expect.d.ts
vendored
Normal file
11
types/cc/expect.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @noSelfInFile **/
|
||||
/** @noResolution **/
|
||||
declare module "cc/expect" {
|
||||
namespace expect {
|
||||
function expect(index: number, value: any, ...types: string[]): any;
|
||||
function field(tbl: Object|LuaTable, index: string, ...types: string[]): any;
|
||||
function range(num: number, min?: number, max?: number): number;
|
||||
}
|
||||
function expect(index: number, value: any, ...types: string[]): any;
|
||||
export = expect;
|
||||
}
|
||||
Reference in New Issue
Block a user