UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

3 lines 254 B
import { babelTypes, naslTypes } from './utils'; export declare function transform2Enum(node: babelTypes.ClassDeclaration, leadingComments: Array<babelTypes.Comment | babelTypes.CommentBlock>): naslTypes.Enum; //# sourceMappingURL=transform2Enum.d.ts.map