datasquirel/README.md
2023-05-03 07:25:12 +01:00

252 B

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