UNPKG

uuniq

Version:
8 lines (5 loc) 121 B
import { Parts } from './Parts.type.mjs'; type Limits = { [Key in keyof Parts]: number; }; export type { Limits };