UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

8 lines (7 loc) • 293 B
/** * @deprecated selectAssertUtil -> selectAssert */ declare const selectAssertUtil: { assertSelectChoicesMatch<Choice extends import("..").SelectChoice, Values extends Choice["value"] = Choice["value"]>(choices: Choice[], expected: Values[]): void; }; export default selectAssertUtil;