UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

8 lines (7 loc) 178 B
import * as ts from "typescript"; export declare class Signature { /** * Gets the underlying compiler signature. */ readonly compilerSignature: ts.Signature; }