astro-ghostcms/.pnpm-store/v3/files/70/214cfa27d5687c3a01cf4eb8903...

3 lines
134 B
Plaintext

import type { Token } from '../parse/cst.js';
export declare function containsNewline(key: Token | null | undefined): boolean | null;