UNPKG

babel-plugin-transform-typescript-metadata-macro

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