AK-21/Graphite-Industrial-Intelligence
0
1/**2 * Tokenize subcontent.3 *4 * @param {Array<Event>} eventsArray5 * List of events.6 * @returns {boolean}7 * Whether subtokens were found.8 */9export function subtokenize(eventsArray: Array<Event>): boolean;10export { SpliceBuffer } from "./lib/splice-buffer.js";11import type { Event } from 'micromark-util-types';12//# sourceMappingURL=index.d.ts.map