UNPKG

eaz-utils

Version:

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

16 lines (14 loc) 346 B
const PathType = require("./path_type"); const checkPathType = require("./check_path_type"); const listOf = require("./list_of"); const pathToScript = require("./path_to_script"); const directory = require("./directory"); const file = require("./file"); module.exports = { PathType, checkPathType, listOf, pathToScript, directory, file, }