UNPKG

@putout/plugin-madrun

Version:

🐊Putout plugin adds ability to transform madrun scripts

6 lines (4 loc) 169 B
export const report = () => `Remove useless String conversion`; export const replace = () => ({ '[__a, String(await __b(__args))]': '[__a, await __b(__args)]', });