UNPKG

@astrojs/markdoc

Version:
4 lines (3 loc) 218 B
import type { Tokenizer } from '@markdoc/markdoc'; import type { MarkdocIntegrationOptions } from './options.js'; export declare function getMarkdocTokenizer(options: MarkdocIntegrationOptions | undefined): Tokenizer;