UNPKG

@typescript-eslint/eslint-plugin

Version:
5 lines (4 loc) 232 B
import type { TSESLint, TSESTree } from '@typescript-eslint/utils'; export declare function getAwaitTokenRemovalRange(sourceCode: TSESLint.SourceCode, awaitToken: TSESTree.IdentifierToken & { value: 'await'; }): TSESTree.Range;