UNPKG

@lcap/builder

Version:
4 lines (3 loc) 176 B
import { Expression } from '@babel/types'; export declare function transformExpression2Nasl(ast: Expression, namespace?: string): any; export default transformExpression2Nasl;