function bigintAsyncimport { bigintAsync } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; bigintAsync(pipe?: PipeAsync<bigint>): BigintSchemaAsyncCreates an async bigint schema. bigintAsync(message?: ErrorMessage, pipe?: PipeAsync<bigint>): BigintSchemaAsyncCreates an async bigint schema. Creates an async bigint schema. Parametersoptionalpipe: PipeAsync<bigint>A validation and transformation pipe. ReturnsBigintSchemaAsyncAn async bigint schema. Creates an async bigint schema. Parametersoptionalmessage: ErrorMessageThe error message. optionalpipe: PipeAsync<bigint>A validation and transformation pipe. ReturnsBigintSchemaAsyncAn async bigint schema.