UNPKG

@ts-nameof/transforms-common

Version:

ts-nameof - Common code for transforms.

4 lines (3 loc) 197 B
import { NameofCallExpression, Node } from "./nodes"; export declare function printCallExpression(callExpr: NameofCallExpression): string; export declare function printNode(node: Node): string;