UNPKG

@5minds/processcube_engine

Version:

The ProcessCube Engine. Stores and executes BPMNs.

3 lines (2 loc) 185 B
export declare function compressToken(token: any): Promise<Buffer>; export declare function decompressToken(data: Buffer, reviverFunc?: (key: string, value: any) => any): Promise<any>;