UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
common
/
ast
/
ensure-comments.d.ts
2 lines
(1 loc)
•
116 B
TypeScript
View Raw
1
2
export
declare
function
ensureComments
(
code
:
string
,
commentText
:
string
[],
lineTextAfterComments
:
string
):
string
;