diff --git a/src/items/array.ts b/src/items/array.ts index b5aabce..258f0f6 100644 --- a/src/items/array.ts +++ b/src/items/array.ts @@ -19,8 +19,11 @@ export default class SchemaArray extends SchemaItem typeof it === 'string' ? it.split(separator) : it) + + return this } public parse(input: unknown, options?: { fast?: boolean }): ValidationResult>> {