Urara-Blog/node_modules/.pnpm-store/v3/files/40/42908cc7a369ddb50930b9efa21a95ce6b24f8880a7888e1b9c7155057ff697f76fa33ead8e0c59c090eb5205154f232007f41e53474e28583401cebb76aa3
2022-08-14 01:14:53 +08:00

12 lines
344 B
Text

/**
* Tokenize subcontent.
*
* @param {Event[]} events
* @returns {boolean}
*/
export function subtokenize(
events: import('micromark-util-types').Event[]
): boolean
export type Token = import('micromark-util-types').Token
export type Chunk = import('micromark-util-types').Chunk
export type Event = import('micromark-util-types').Event