An open API service indexing awesome lists of open source software.

https://github.com/caiogondim/strip-margin.js


https://github.com/caiogondim/strip-margin.js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# strip-margin

[stripMargin from Scala](https://www.oreilly.com/library/view/scala-cookbook/9781449340292/ch01s03.html) to JS.

## Installation

```
npm install @caiogondim/strip-margin -S
```

### Usage

```js
import stripMargin from 'strip-margin'

const str = stripMargin(`
|Four score and
|seven years ago
`)
console.log(str)
// ->
// Four score and
// seven years ago
```

---

[caiogondim.com](https://caiogondim.com)  · 
GitHub [@caiogondim](https://github.com/caiogondim)  · 
Twitter [@caio_gondim](https://twitter.com/caio_gondim)