Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 194 Bytes

Simple word wrapping algorith implementation

Assuming you have already installed node.

To install just run:

npm i

To run tests:

npm test

You can find coverage in coverage folder.