AsyncObjectMapper.prototype.array(input: Iterable<TInput>,context: OptionalArgIfUndefined<TContext>,): Promise<TOutput[]>
AsyncObjectMapper.prototype.array(input: Iterable<TInput> | null,context: OptionalArgIfUndefined<TContext>,): Promise<TOutput[] | null>
AsyncObjectMapper.prototype.array(input: Iterable<TInput> | undefined,context: OptionalArgIfUndefined<TContext>,): Promise<TOutput[] | undefined>