UNPKG

eaz-utils

Version:

A cleverly organized set of utilities to make JavaScript and TypeScript development easier.

20 lines (18 loc) 392 B
const set = require("./set"); const array = require("./array"); const object = require("./object"); const json = require("./json"); const fileSystem = require("./file_system"); const cryptography = require("./cryptography"); const sleep = require("./sleep"); const string = require("./string"); module.exports = { set, array, object, json, fileSystem, cryptography, sleep, string, }