UNPKG

ts-cards

Version:
6 lines (5 loc) 104 B
export declare class Rank { private _name; get name(): string; constructor(name: string); }