mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-15 15:56:58 +02:00
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
import type { Token } from '../parse/cst.js';
|
|
export declare function containsNewline(key: Token | null | undefined): boolean | null;
|