Go to file
2023-05-03 07:25:12 +01:00
utils first commit 2023-05-03 07:16:29 +01:00
.gitignore Initial commit 2023-05-03 06:44:12 +01:00
index.js first commit 2023-05-03 07:25:12 +01:00
package.json first commit 2023-05-03 07:25:12 +01:00
README.md first commit 2023-05-03 07:25:12 +01:00

Datasquirel

Instalation

Package manager

Using npm:

$ npm install datasquirel

Once the package is installed, you can import the library using require approach:

const datasquirel = require("datasquirel");

Usage