UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 181 B
import { JwtEsImpl } from '../../../typedef/jwt/impl/JwtEsImpl'; export declare class JwtEsImplCodec { static encode(x: JwtEsImpl): any; static decode(o: any): JwtEsImpl; }