UNPKG

eslint-plugin-miniprogram

Version:
20 lines (19 loc) 463 B
/** * @fileoverview Disallow the use of wx.xxSync API */ export declare const isSyncApi: (propertyName: string) => boolean | ""; export declare const noWxSyncApi: { meta: { type: string; docs: { description: string; category: string; recommended: boolean; url: string; }; schema: never[]; }; create(context: any): { MemberExpression(node: any): void; }; };