Skip to content

Commit 358253a

Browse files
committed
very limited to my smarts
1 parent 1caf17b commit 358253a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/metro/filters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const storeFilter = (name: string) => (m: any) => m.getName && m.getName.length
9494

9595
export const findByProps: PropsFinder = (...props) => find(propsFilter(props));
9696
export const findByPropsAll: PropsFinderAll = (...props) => findAll(propsFilter(props));
97+
9798
export const findByName = (name: string, defaultExp = true) => find(nameFilter(name, defaultExp));
9899
export const findByNameAll = (name: string, defaultExp = true) => findAll(nameFilter(name, defaultExp));
99100
export const findByDisplayName = (displayName: string, defaultExp = true) => find(dNameFilter(displayName, defaultExp));

0 commit comments

Comments
 (0)