UNPKG

jsii-rosetta

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

5 lines 371 B
import { CodeBlock } from './types'; import { TypeScriptSnippet, ApiLocation } from '../snippet'; export type TypeScriptReplacer = (code: TypeScriptSnippet) => CodeBlock | undefined; export declare function extractTypescriptSnippetsFromMarkdown(markdown: string, location: ApiLocation, strict: boolean): TypeScriptSnippet[]; //# sourceMappingURL=extract-snippets.d.ts.map