1.0.3 • Published 2 years ago

aiden-tools v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago