UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 145 B
import { Jwt } from '../../typedef/jwt/Jwt'; export declare class JwtCodec { static decode(o: any): Jwt; static encode(jwt: Jwt): any; }