UNPKG

uuniq

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