发布支持引入typing
This commit is contained in:
6
build/module/mockManager.d.ts
vendored
Normal file
6
build/module/mockManager.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="wx" />
|
||||
declare function get(obj: TODO, method: "request" | "uploadFile"): any;
|
||||
declare const _default: {
|
||||
get: typeof get;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user