-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
It'd be useful to have TS types for proper typing in TypeScript usage and also better intellisense/editor support.
interface Break {
position: number;
required: boolean;
}
export interface LineBreaker {
new(input: string): LineBreaker;
nextBreak(): Break | null;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels