agte-omni-tools
Version:
Conjunto de herramientas para todo propΓ³sito
13 lines (10 loc) β’ 629 B
JavaScript
// 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';