UNPKG

agte-omni-tools

Version:

Conjunto de herramientas para todo propΓ³sito

13 lines (10 loc) β€’ 629 B
// This file is used to export all the functions from the library. This way, you can import all the functions from the library using a single import statement. This is useful when you have a large number of functions and you want to avoid importing them one by one in your project. // πŸ“‚ src/validation export * from './src/validation/contentValidation.js' export * from './src/validation/numberValidation.js' export * from './src/validation/objectValidation.js' export * from './src/validation/stringValidation.js' // πŸ“‚ src/generation // πŸ“‚ src/formatting // πŸ“‚ src/utils export * from './src/utils/generalUtils.js';