long.js icon indicating copy to clipboard operation
long.js copied to clipboard

A Long class for representing a 64-bit two's-complement integer value.

Results 32 long.js issues
Sort by recently updated
recently updated
newest added

Fixes #131 Signed-off-by: caoyawen

Hi Could you apply this patch: ``` diff --git a/package.json b/package.json index dcd5fcb..0d5578e 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,15 @@ "license": "Apache-2.0", "type": "module", "main": "umd/index.js", - "types":...