UNPKG
@duplojs/zod-to-typescript
Version:
beta (0.2.4-beta)
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.3.0-beta
0.2.4
0.2.4-beta
0.2.3
0.2.3-beta
0.2.2
0.2.2-beta
0.2.1
0.2.0
0.2.0-beta
0.1.0
<a name="top"></a>
github.com/duplojs/zod-to-typescript
duplojs/zod-to-typescript
@duplojs/zod-to-typescript
/
dist
/
utils
/
addComment.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
{
type
Node
}
from
"typescript"
;
export
declare
function
addComment
(
node
:
Node
,
text
:
string
):
void
;