UNPKG

@typedly/affix

Version:

A TypeScript type definitions package for affix.

6 lines (5 loc) 169 B
/** * @description The BasicAffixKind type defines the basic types of affixes. * @export */ export type BasicAffixKind = 'prefix' | 'suffix' | 'infix' | 'circumfix';