UNPKG

@typescript-package/affix

Version:

A lightweight TypeScript library for the affix - prefix and suffix.

4 lines (3 loc) 124 B
export { Affix } from './affix.abstract'; export { Prefix } from './prefix.class'; export { Suffix } from './suffix.class';