UNPKG

@typedly/affix

Version:

A TypeScript type definitions package for affix.

6 lines (5 loc) 151 B
/** * @description The type defines the adfix type, which can be either a prefix or a suffix. * @export */ export type Adfix = 'prefix' | 'suffix';