UNPKG

@schema-hub/zod-error-formatter

Version:

Simple and easy-to-understand zod error messages

7 lines 189 B
export function isNonEmptyArray(list) { return list.length > 0; } export function mapTuple(tuple, mapItem) { return tuple.map(mapItem); } //# sourceMappingURL=non-empty-array.js.map