UNPKG

eslint-plugin-spaces

Version:

Plugin to Eslint which add more spaces options

3 lines (2 loc) 204 B
import { TSESTree } from "@typescript-eslint/utils"; export default function findTokenIndex(tokenValue: string, tokens: TSESTree.Token[], startFrom?: number, maxSearchIndex?: number): number | undefined;