1.0.3 • Published 3 years ago

aiden-tools v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Installing

Package manager

Using npm:

$ npm install aiden-tools

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

const { deleteDir, getRandomNumber } = require("aiden-tools");

Example

const { deleteDir } = require("aiden-tools");

deleteDir("./test"); // Delete dir: ./test
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago