mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 20:10:39 +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;
|