1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

fix(client): export RedisJSON type (#3026)

fixes #3014
This commit is contained in:
Nikolay Karadzhov
2025-07-23 13:41:30 +03:00
committed by GitHub
parent 539fe52236
commit ddd2cc5185

View File

@ -1 +1,2 @@
export { default } from './commands';
export type { RedisJSON } from './commands';