function setimport { set } from "https://deno.land/x/valibot@v0.5.0/src/schemas/set/index.ts"; set<TSetValue extends BaseSchema>(value: TSetValue, pipe?: Pipe<SetOutput<TSetValue>>): SetSchema<TSetValue>Creates a set schema. set<TSetValue extends BaseSchema>(value: TSetValue,error?: string,pipe?: Pipe<SetOutput<TSetValue>>,): SetSchema<TSetValue>Creates a set schema. Creates a set schema. Type ParametersTSetValue extends BaseSchemaParametersvalue: TSetValueThe value schema. optionalpipe: Pipe<SetOutput<TSetValue>>A validation and transformation pipe. ReturnsSetSchema<TSetValue>A set schema. Creates a set schema. Type ParametersTSetValue extends BaseSchemaParametersvalue: TSetValueThe value schema. optionalerror: stringThe error message. optionalpipe: Pipe<SetOutput<TSetValue>>A validation and transformation pipe. ReturnsSetSchema<TSetValue>A set schema.