(value: Value)
| 1627 | * @since 3.10.0 |
| 1628 | */ |
| 1629 | export const NonEmptyArray = <Value extends Schema.Any>(value: Value): NonEmptyArray<Value> => |
| 1630 | makeNonEmptyArrayClass(value) as any |
| 1631 | |
| 1632 | /** |
| 1633 | * @category api interface |
no test coverage detected
searching dependent graphs…