UNPKG
@ts-nameof/transforms-ts
Version:
latest (4.2.1)
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
ts-nameof - TypeScript compiler transforms for ts-nameof packages.
@ts-nameof/transforms-ts
/
dist
/
index.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./transformerFactory"
;
export
{
TransformResult
}
from
"./transform"
;
export
{
VisitSourceFileContext
}
from
"./VisitSourceFileContext"
;