GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
percord
Transfer to URL with SHA
Find file
Newer
Older
tree:
613ef19d21
Branches
Tags
×
master
percord
/
rtc
/
src
/
util
/ toBigInt.ts
Flam3rboy
on 12 Aug 2021
85 bytes
rtc
Raw
Blame
History
export default function toBigInt(string: String): BigInt { return BigInt(string); }