Bakhtina Sofya b84cb877be 1st comm пре 2 недеља
..
node_modules b84cb877be 1st comm пре 2 недеља
index.js b84cb877be 1st comm пре 2 недеља
license b84cb877be 1st comm пре 2 недеља
package.json b84cb877be 1st comm пре 2 недеља
readme.md b84cb877be 1st comm пре 2 недеља

readme.md

strip-outer Build Status

Strip a substring from the start/end of a string

Install

$ npm install --save strip-outer

Usage

const stripOuter = require('strip-outer');

stripOuter('foobarfoo', 'foo');
//=> 'bar'

stripOuter('unicorncake', 'unicorn');
//=> 'cake'

License

MIT © Sindre Sorhus