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
/
hypothetical-affix-kind.type.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
Represents a hypothetical affix kind that appears between multiple affixes or stems. *
@export
*/
export
type
HypotheticalAffixKind
=
'interafix'
;