UNPKG
@lcap/nasl-parser
Version:
latest (0.1.0)
0.1.0
Take Nasl text to Nasl AST with the help of generalized parsing.
@lcap/nasl-parser
/
ts
/
toAST
/
to-nasl-view.ts
5 lines
(3 loc)
•
94 B
text/typescript
View Raw
1
2
3
4
5
export
function
toNaslView
(
def: never
) {
throw
new
Error
(
'Function not implemented.'
); }