Find all stored paths with filtering.
Optional
If options is null, all the paths will be returned.
If not provided, the search will be performed on the stored paths.
findPaths({ extension: 'js' }) Copy
findPaths({ extension: 'js' })
findPaths({ extension: /^js(on)?$/ }) Copy
findPaths({ extension: /^js(on)?$/ })
Find all stored paths with filtering.