UNPKG

eslint-plugin-miniprogram

Version:
19 lines (18 loc) 379 B
/** * @fileoverview prefer to use promisify */ export declare const preferWxPromisify: { meta: { type: string; docs: { description: string; category: string; recommended: boolean; url: string; }; schema: never[]; }; create(context: any): { Property(node: any): void; }; };