(fn, options)
| 48 | function byValue(searchTerm, options) {search('value', null, searchTerm, options);} |
| 49 | function byValueCoerced(searchTerm, options) {search('valueCoerced', null, searchTerm, options);} |
| 50 | function custom(fn, options) {traverse(fn, null, options);} |
| 51 | |
| 52 | // ========================================== |
| 53 | // Event logging |
nothing calls this directly
no test coverage detected