UNPKG

@typedly/affix

Version:

A TypeScript type definitions package for affix.

6 lines (5 loc) 169 B
/** * @description Represents a hypothetical affix kind that appears between multiple affixes or stems. * @export */ export type HypotheticalAffixKind = 'interafix';