UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

11 lines 292 B
import * as O from "../../Option/index.mjs"; export function makeAssertionValue(assertion, value, result, expression = O.none, sourceLocation = O.none) { return { value, expression, sourceLocation, assertion, result }; } //# sourceMappingURL=makeAssertionValue.mjs.map