.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ast-utils / misc.d.ts
1 import { TSESTree } from '../ts-estree';
2 declare const LINEBREAK_MATCHER: RegExp;
3 /**
4  * Determines whether two adjacent tokens are on the same line
5  */
6 declare function isTokenOnSameLine(left: TSESTree.Token | TSESTree.Comment, right: TSESTree.Token | TSESTree.Comment): boolean;
7 export { isTokenOnSameLine, LINEBREAK_MATCHER };
8 //# sourceMappingURL=misc.d.ts.map