UNPKG
ts-budgie
Version:
latest (0.3.1)
0.3.1
Converts TypeScript code to Budgie.
github.com/budgielang/ts-budgie
budgielang/ts-budgie
ts-budgie
/
src
/
comments
/
visitMultiLineCommentTrivia.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
*
as
ts
from
"typescript"
;
import
{
Transformation
}
from
"../output/transformation"
;
export
declare
const
visitMultiLineCommentTrivia
:
(
fullText
:
string
,
comment
: ts.
CommentRange
) =>
Transformation
[];