UNPKG

babel-plugin-transform-typescript-metadata-macro

Version:
4 lines 280 B
import { NodePath } from '@babel/traverse'; import { types as t } from '@babel/core'; export declare function parameterVisitor(classPath: NodePath<t.ClassDeclaration>, path: NodePath<t.ClassMethod> | NodePath<t.ClassProperty>): void; //# sourceMappingURL=parameterVisitor.d.ts.map