astro-ghostcms/.pnpm-store/v3/files/68/fe8abf909217e99b8b926e9e018...

8 lines
363 B
Plaintext

import type { 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