Urara-Blog/node_modules/.pnpm-store/v3/files/f5/62c8d0b6961d41d36a0507dba66d64461d9286968cff1aa75f5d4b0ce2a60ea7cb520256a7b30da93776e58a67f11437c79e553a2248c11bb4147ef9116e2b
2022-08-14 01:14:53 +08:00

8 lines
No EOL
358 B
Text

import { TSESTree } from '../ts-estree';
declare const LINEBREAK_MATCHER: RegExp;
/**
* Determines whether two adjacent tokens are on the same line
*/
declare function isTokenOnSameLine(left: TSESTree.Node | TSESTree.Token, right: TSESTree.Node | TSESTree.Token): boolean;
export { isTokenOnSameLine, LINEBREAK_MATCHER };
//# sourceMappingURL=misc.d.ts.map