function anyimport { any } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; any(pipe?: Pipe<any>): AnySchemaCreates an any schema. Parametersoptionalpipe: Pipe<any>A validation and transformation pipe. ReturnsAnySchemaAn any schema.