20 lines
252 B
Markdown
20 lines
252 B
Markdown
# Datasquirel
|
|
|
|
## Instalation
|
|
|
|
### Package manager
|
|
|
|
Using npm:
|
|
|
|
```bash
|
|
$ npm install datasquirel
|
|
```
|
|
|
|
Once the package is installed, you can import the library using `require` approach:
|
|
|
|
```js
|
|
const datasquirel = require("datasquirel");
|
|
```
|
|
|
|
## Usage
|