UNPKG

@typedly/affix

Version:

A TypeScript type definitions package for affix.

6 lines (5 loc) 227 B
/** * @description The SuprasegmentalAffixKind type defines the various types of suprasegmental affixes that can be used in linguistics. * @export */ export type SuprasegmentalAffixKind = 'superfix' | 'subfix' | 'suprafix';