UNPKG

@lcap/builder

Version:
5 lines (4 loc) 264 B
import * as babelTypes from '@babel/types'; import type { TypeAnnotation } from '@nasl/types/nasl.ui.ast'; declare function transformTypeAnnotation(node: babelTypes.TSType, typeNames?: string[]): TypeAnnotation | undefined; export default transformTypeAnnotation;