knowledgebase_law/node_modules/micromark-util-subtokenize/dev/index.d.ts

12 lines
356 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* Tokenize subcontent.
*
* @param {Array<Event>} eventsArray
* List of events.
* @returns {boolean}
* Whether subtokens were found.
*/
export function subtokenize(eventsArray: Array<Event>): boolean;
export { SpliceBuffer } from "./lib/splice-buffer.js";
import type { Event } from 'micromark-util-types';
//# sourceMappingURL=index.d.ts.map