wxs.d.ts 138 B

12
  1. export declare function parseWxsCallMethods(code: string): string[];
  2. export declare function genWxsCallMethodsCode(code: string): string;