UNPKG

node-redisson

Version:

Distributed lock with Redis implementation for Node.js

4 lines (3 loc) 75 B
export type PartialRecord<K extends keyof any, T> = { [P in K]?: T; };