UNPKG

@softkit/i18n

Version:

This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)

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