UNPKG
@ts-nameof/transforms-common
Version:
latest (4.2.1)
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
ts-nameof - Common code for transforms.
@ts-nameof/transforms-common
/
dist
/
printers.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
{
NameofCallExpression
,
Node
}
from
"./nodes"
;
export
declare
function
printCallExpression
(
callExpr
:
NameofCallExpression
):
string
;
export
declare
function
printNode
(
node
:
Node
):
string
;