string-wrap

1.0.0 • Public • Published

string-wrap

🥪 wrap a string from both sides

const wrap = require('string-wrap');
 
// Both sides
wrap('someone else said it', '"') // "someone else said it"
 
// Before and after
wrap('some comment', '(', ')') // (some comment)

Transpiled version

Environments which exclude node_modules from the transpiling pipeline should include the "browser" entry instead of "main". This exposes an ES5 commonjs module.

Also available for explicit import:

const wrap = require('string-wrap/dist');

Readme

Keywords

Package Sidebar

Install

npm i string-wrap

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.06 kB

Total Files

4

Last publish

Collaborators

  • omrilotan