UNPKG

babel-plugin-transform-typescript-metadata-macro

Version:
4 lines 207 B
import { NodePath } from '@babel/traverse'; import { ClassDeclaration } from '@babel/types'; export declare function transform(path: NodePath<ClassDeclaration>): void; //# sourceMappingURL=transform.d.ts.map