UNPKG

@typescript-package/name

Version:

A lightweight TypeScript library for the name with prefix and suffix.

10 lines (9 loc) 160 B
import { Affix } from "./affix.abstract"; /** * @description * @export * @class Suffix * @extends {Affix} */ export declare class Suffix extends Affix { }