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 Prefix * @extends {Affix} */ export declare class Prefix extends Affix { }