UNPKG

redis-eval-mock

Version:

A mock version of Redis EVAL to test Lua scripts

7 lines 246 B
/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export declare function encode(this: JSON, value: any): string; export declare function decode(this: JSON, value: string): any; //# sourceMappingURL=cjson.d.ts.map