kireerik/refo

View on GitHub
module/loader/file/module/getLast.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (target, value) =>
    target
        .split(value)
        .toSpliced(-1)
        .join(value)