Search for the first stored FilePath matching the given filter options.
FilePath's search filter options.
Optional
If not provided, the search will be performed on the stored paths.
const p = findPath({ name: 'example' })const { ... } = (await import(p.fullPath)).default Copy
const p = findPath({ name: 'example' })const { ... } = (await import(p.fullPath)).default
Search for the first stored FilePath matching the given filter options.