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
/
basic-affix-kind.type.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@description
The BasicAffixKind type defines the basic types of affixes. *
@export
*/
export
type
BasicAffixKind
=
'prefix'
|
'suffix'
|
'infix'
|
'circumfix'
;