import { CompactSign } from "https://deno.land/x/jose@v5.4.0/index.ts";
Signs and resolves the value of the Compact JWS string.
Parameters
key: KeyLike | Uint8Array
Private Key or Secret to sign the JWS with. See Algorithm Key Requirements.
optional
options: SignOptionsJWS Sign options.