发布支持引入typing

This commit is contained in:
godbasin
2018-12-21 17:28:46 +08:00
parent b34aa667b6
commit f444eb4620
31 changed files with 348 additions and 199 deletions

6
build/module/mockManager.d.ts vendored Normal file
View 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;