UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

2 lines 114 B
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>; //# sourceMappingURL=misc.d.ts.map