UNPKG

@stryke/fs

Version:

A package containing various file system utilities that expand the functionality of NodeJs's built-in `fs` module.

1 lines 1.91 kB
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Stryke\n\n This code was released as part of the Stryke project. Stryke\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/stryke.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/stryke\n Documentation: https://docs.stormsoftware.com/projects/stryke\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * The fs library used by Storm Software for building NodeJS applications.\n *\n * @remarks\n * A package containing various file system utilities that expand the functionality of NodeJs's `fs` module\n *\n * @packageDocumentation\n */\n\nexport * from \"./buffer\";\nexport * from \"./chmod-x\";\nexport * from \"./command-exists\";\nexport * from \"./compress\";\nexport * from \"./constants\";\nexport * from \"./copy-file\";\nexport * from \"./exists\";\nexport * from \"./get-parent-path\";\nexport * from \"./get-workspace-root\";\nexport * from \"./helpers\";\nexport * from \"./install\";\nexport * from \"./is-file\";\nexport * from \"./json\";\nexport * from \"./list-files\";\nexport * from \"./package-fns\";\nexport * from \"./read-file\";\nexport * from \"./registry\";\nexport * from \"./remove-file\";\nexport * from \"./resolve\";\nexport * from \"./semver-fns\";\nexport * from \"./toml\";\nexport * from \"./tsconfig\";\nexport * from \"./write-file\";\nexport * from \"./yaml\";\n"],"mappings":""}