UNPKG

@transmute/jose-ld

Version:
4 lines (3 loc) 91 B
export type Signer = { sign: ({ data }: { data: Uint8Array }) => Promise<Uint8Array>; };