interface JSTransformArgs {
    j: JSCodeshift;
    root: Collection<any>;
}

Properties

Properties

j: JSCodeshift
root: Collection<any>