1.0.18 • Published 5 years ago

@shopup/utils v1.0.18

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']);
1.0.18

5 years ago

1.0.17

6 years ago

1.0.15

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago