(line: string)
| 1277 | } |
| 1278 | |
| 1279 | const isTypeScriptFence = (line: string): boolean => /^```ts(?:\s.*)?$/.test(line) |
| 1280 | |
| 1281 | function parseExample(lines: Array<string>, headingIndex: number): { |
| 1282 | readonly example?: ParsedExample |
no outgoing calls
no test coverage detected