Home
last modified time | relevance | path

Searched refs:LIST_ITEM (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DMarkdown.ts7 LIST_ITEM = 'listItem', enumerator
32 export type ListItemToken = TextToken<TokenType.LIST_ITEM> & {
120 type: TokenType.LIST_ITEM,
152 return token?.type === TokenType.LIST_ITEM;
171 item.type = TokenType.LIST_ITEM;
204 case TokenType.LIST_ITEM: