UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

11 lines (10 loc) 191 B
export default function () { return { name: "strip-decorators", visitor: { Decorator(path) { path.remove(); }, }, }; }