UNPKG

326 BTypeScriptView Raw
1import { TSESTree } from '../ts-estree';
2declare const LINEBREAK_MATCHER: RegExp;
3/**
4 * Determines whether two adjacent tokens are on the same line
5 */
6declare function isTokenOnSameLine(left: TSESTree.Token, right: TSESTree.Token): boolean;
7export { isTokenOnSameLine, LINEBREAK_MATCHER };
8//# sourceMappingURL=misc.d.ts.map
\No newline at end of file