UNPKG

wakaq

Version:

Background task queue for Node backed by Redis, a super minimal Celery

3 lines (2 loc) 114 B
export declare const serialize: (obj: any) => string; export declare const deserialize: (jsonStr: string) => any;