@karstradt/find-specific-files
v1.0.2
Published
This is a plugin to find any file with specific wildcards
Downloads
1
Readme
find-specific-files
This is a plugin to find any file with specific wildcards The main function takes a rootPath variable, followed by a regEx It returns an array of file paths
#To Test npm test
#To Use import * from '@karstradt/find-specific-files'