Transform
Testing
Transforms trailing doctest assertion comments into executable assertions.
Details
An assertion may trail an expression statement or a single initialized
const identifier. Expected values are TypeScript expressions evaluated in
the same lexical scope.
Signature
declare function transform(source: string, file: string, line: number): string