function anyimport { any } from "https://deno.land/x/valibot@v0.24.0/src/schemas/any/any.ts"; any(pipe?: Pipe<any>): AnySchemaCreates a any schema. Parametersoptionalpipe: Pipe<any>A validation and transformation pipe. ReturnsAnySchemaA any schema.