mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 20:12:57 +00:00
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
import type { Token } from '../parse/cst';
|
|
export declare function containsNewline(key: Token | null | undefined): boolean | null;
|