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:
e8c097ef27
Branches
Tags
×
master
percord
/
src
/
util
/ toBigInt.ts
notsapinho
on 8 Apr 2021
85 bytes
added toBigInt and BigInt getters to bitfields
Raw
Blame
History
export default function toBigInt(string: String): BigInt { return BigInt(string); }