UNPKG

nestjs-i18n

Version:
6 lines (5 loc) 90 B
export type Only<T, U> = { [P in keyof T]: T[P]; } & { [P in keyof U]?: never; };