(value: ReadonlyArray<unknown | Fragment>)
| 232 | * @since 4.0.0 |
| 233 | */ |
| 234 | export const arrayHelper = (value: ReadonlyArray<unknown | Fragment>): ArrayHelper => ({ |
| 235 | _tag: "ArrayHelper", |
| 236 | value |
| 237 | }) |
| 238 | |
| 239 | /** |
| 240 | * Helper segment for compiling one or more record objects into an INSERT |