| 1 | /* eslint-disable @typescript-eslint/naming-convention */ |
| 2 | import test from 'ava'; |
| 3 | import ow, {type ArgumentError, type BasePredicate, type Main} from '../source/index.js'; |
| 4 | import {testSymbol} from '../source/predicates/base-predicate.js'; |
nothing calls this directly
no test coverage detected