UNPKG

xiot-core-spec-ts

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