UNPKG

@diplodoc/translation

Version:
4 lines (3 loc) 277 B
export declare function token(type: string, props?: Hash): import("markdown-it/lib/token") & Hash<any>; export declare function find(type: string, tokens: Token[], idx: number): Token | null; export declare function replace(source: string, units: string[]): [string, boolean];