Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/endofunctor/components/tokens/types.ts>SignVerifyOptions

Functional web framework for Bun and Deno
Go to Latest
type alias SignVerifyOptions
import { type SignVerifyOptions } from "https://deno.land/x/endofunctor@v0.0.681/components/tokens/types.ts";
definition: { seed: string; size?: NumericRange<CreateArrayWithLengthX<8>, 40>; sequence?:
| 1
| 2
| 3
| 4
; expires?: number; }