@types/js-roman-numerals
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/js-roman-numerals

Summary

This package contains type definitions for js-roman-numerals (https://github.com/bcotrim/roman-numerals).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-roman-numerals.

index.d.ts

declare class RomanNumeral {
    constructor(value: number | string);
    toInt(): number;
    toString(): string;
}

export = RomanNumeral;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Ricardo Mello.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/js-roman-numerals

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • types