UNPKG
@typedly/affix
Version:
latest (4.0.0)
4.0.0
3.0.0
2.3.0
2.2.0
2.1.0
2.0.2
1.0.0
A TypeScript type definitions package for affix.
github.com/typedly/affix
typedly/affix
@typedly/affix
/
type
/
suprasegmental-affix-kind.type.d.ts
6 lines
(5 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
The SuprasegmentalAffixKind type defines the various types of suprasegmental affixes that can be used in linguistics. *
@export
*/
export
type
SuprasegmentalAffixKind
=
'superfix'
|
'subfix'
|
'suprafix'
;