UNPKG

@unvision/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

7 lines (6 loc) 148 B
import { Exception } from '@unvision/primitives'; /** * Base JOSE exception. */ export declare abstract class JoseException extends Exception { }