1.0.3 • Published 8 months ago

aiden-tools v1.0.3

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

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago