UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

2 lines (1 loc) 79 B
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>