node-steamid-converter icon indicating copy to clipboard operation
node-steamid-converter copied to clipboard

Allow converting from now steam ids to steamid64 and old steam ids

Open icewind1991 opened this issue 10 years ago • 1 comments

icewind1991 avatar Feb 28 '15 15:02 icewind1991

Thanks for your contribution. There's some changes I'd like before merging. Can you take off the semicolons at the end of each line to keep consistent with the rest of the code? Can you use bignumber in lieu of lines 69 + 70? v.plus(parseInt(parts[1], 10)).toPrecision(17) should work since parts[0] will always be 1 and never 0.

babofitos avatar Mar 02 '15 05:03 babofitos