This plugin transforms ES2015 modules to ym modules.
published version 0.3.0, 8 years ago> Transforms calls of methods on prototype to calls of free functions. > > E.g. `[1,2,3].filter(cb)` to `myUtils.filter([1,2,3], cb)`.
published version 0.1.1, 7 years ago