UNPKG

@synerty/orb-vortexjs

Version:

Custom observable data serialisation and routing based on Angular2

6 lines (5 loc) 248 B
import { PayloadDelegateABC } from "./PayloadDelegateABC"; export declare class PayloadDelegateWeb extends PayloadDelegateABC { deflateAndEncode(payloadJson: string): Promise<string>; decodeAndInflate(vortexStr: string): Promise<string>; }