UNPKG

@lcap/nasl-parser

Version:

Take Nasl text to Nasl AST with the help of generalized parsing.

7 lines 229 B
"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