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
/
generated
/
toAST
/
to-nasl-view.js
7 lines
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
toNaslView
= toNaslView;
function
toNaslView
(
def
) {
throw
new
Error
(
'Function not implemented.'
); }
//# sourceMappingURL=to-nasl-view.js.map