(value: T, label: string | Function, predicate: BasePredicate<T>, idLabel = true)
| 11 | @param idLabel - If true, the label is a variable or type. Default: true. |
| 12 | */ |
| 13 | export default function test<T>(value: T, label: string | Function, predicate: BasePredicate<T>, idLabel = true): void { |
| 14 | predicate[testSymbol](value, test, label, idLabel); |
| 15 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…