UNPKG

@softkit/i18n

Version:

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

3 lines (2 loc) 88 B
import { Only } from './only.type'; export type Either<T, U> = Only<T, U> | Only<U, T>;