UNPKG

@node-elion/utils

Version:

Super scalable enterprise Node.js server library

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