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
/
VisitSourceFileContext.d.ts
5 lines
(4 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
ts
from
"typescript"
;
export
interface
VisitSourceFileContext
{
interpolateExpressions
:
Set
<ts.
Node
>; }