UNPKG

plus-midwayjs

Version:
4 lines (3 loc) 154 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // type WithPartial<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>