UNPKG

@typescript-eslint/eslint-plugin

Version:
5 lines 390 B
import type { TSESLint } from '@typescript-eslint/utils'; export type MessageId = 'await' | 'awaitUsingOfNonAsyncDisposable' | 'convertToOrdinaryFor' | 'forAwaitOfNonAsyncIterable' | 'removeAwait'; declare const _default: TSESLint.RuleModule<MessageId, [], import("../../rules").ESLintPluginDocs, TSESLint.RuleListener>; export default _default; //# sourceMappingURL=await-thenable.d.ts.map