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
/
adfix.type.d.ts
6 lines
(5 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
/** * @description The
type
defines the adfix
type
,
which
can be either a prefix or a suffix. * @
export
*/
export
type
Adfix =
'prefix'
|
'suffix'
;