UNPKG

remark-shiki-twoslash

Version:

A remark plugin which renders code samples for all languages via Shiki, but has some real cool features for TS/JS code

3 lines (2 loc) 197 B
export declare const addIncludes: (map: Map<string, string>, name: string, code: string) => void; export declare const replaceIncludesInCode: (_map: Map<string, string>, code: string) => string;