aiden-tools

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i aiden-tools

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

1.69 kB

Total Files

5

Last publish

Collaborators

  • aiden_young