UNPKG

ali-flmngr-server-fixed

Version:

> Node.js Backend for Flmngr file manager

7 lines (6 loc) 195 B
import { Req } from "./action/req/Req"; import { RespOk } from "./action/resp/RespOk"; export declare class JsonCodec { fromJson(json: string): Req; toJson(resp: RespOk): string; }