MCPcopy Create free account
hub / github.com/Effect-TS/effect / parameter

Function parameter

packages/effect/src/unstable/sql/Statement.ts:211–214  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

209 * @since 4.0.0
210 */
211export const parameter = (value: unknown): Parameter => ({
212 _tag: "Parameter",
213 value
214})
215
216/**
217 * Helper segment for compiling an array of values, commonly used to produce

Callers 2

statementFunction · 0.85
baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected