Give a brief explanation of what is the purpose and benefits of this library.
Example:
Configuration library that allows you to easily setup and validate your...
- First benefit.
- Second benefit.
- And so on...
Explain how to install your library.
Example
npm install your-library
Explain how to use your library.
Example:
The simplest way to use it is the following:
-
Create the
value
usingmyFunction
.import { myFunction } from 'your-library'; const myValue = myFunction('It make something great!'); return myValue;