parent
47f49741ea
commit
5301915f32
3 changed files with 14 additions and 4 deletions
|
|
@ -75,3 +75,5 @@ export type NodeStream = {
|
|||
export type Predicate = (value: unknown) => boolean;
|
||||
|
||||
export type NonEmptyString = string & {0: string};
|
||||
|
||||
export type Whitespace = ' ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue