Skip to content

TypeScript/Javascript library compatible with the integer types of other languages

License

Notifications You must be signed in to change notification settings

orda-io/orda-integer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
hyungul.roh
Jul 8, 2024
3d92e10 · Jul 8, 2024

History

35 Commits
Jun 5, 2024
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 26, 2021
Jul 8, 2024
Jul 8, 2024
Jul 27, 2021
Jul 27, 2021
Jul 26, 2021
Jul 26, 2021

Repository files navigation

Orda Integer

Introduction

  • Orda Integer is a TypeScript/Javascript library for the integer type used in Orda-js project.
  • We implement Orda Integer in order to be compatible with the integer types of other programming languages.
  • Orda Integer is written in Typescript based on BigInt.
  • The size of Orda Integer is very tiny (about 300 bytes).
  • Orda Integer supports the following commonly used integer types
    • signed 32bits integer
    • signed 64bits integer
    • unsigned 64bits integer
    • unsigned 64bits integer

Install

$ npm i @orda-io/orda-integer

How to use

To be continue...