8000 Tags · weakish/suzhou-numerals · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: weakish/suzhou-numerals

Tags

0.1.0

Toggle 0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
8000
weakish weakish
Howamaa

- Add fromNumber and toNumber functions:

    ```ts
    function fromNumber(n: number, radix?: number): string
    function toNumber(s: string, radix?: number): number
    ```

- Add a type definition Howamaa for Suzhou Numerals digits.

- The javascript file is generated from `deno bundle`.
  Previously it was generated from `tsc`.

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weakish weakish
Howamaa

- Add fromNumber and toNumber functions:

    ```ts
    function fromNumber(n: number, radix?: number): string
    function toNumber(s: string, radix?: number): number
    ```

- Add a type definition Howamaa for Suzhou Numerals digits.

- The javascript file is generated from `deno bundle`.
  Previously it was generated from `tsc`.

0.0.0

Toggle 0.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
weakish weakish
Initial Release

0