1.0.9 • Published 5 years ago

@shopup/tools v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

Utils

directoryImporter

Utils for importing all the exported modules from the specified directory

ArgumentsTypeDescription
folderPathstringThe full path of the directory you want to import the files
excludestring[]A list of filenames you want to be excluded from the import process.
Usage
    // index.ts
    import { directoryImporter } from '@shopup/utils';

    export default directoryImporter(__dirname,['index.ts']);