UNPKG

eslint-plugin-parentheses-around-await

Version:

The ESLint plugin to ensure you don't try to use properties on a not-yet-awaited values.

4 lines 137 B
import { Rule } from 'eslint'; declare const rule: Rule.RuleModule; export = rule; //# sourceMappingURL=parentheses-around-await.d.ts.map