UNPKG
fybdp-d3-kg
Version:
latest (1.0.1)
1.0.1
1.0.0
Knowledge Graph using React and D3.js
gitlab.fybdp.com/fuxi/d3-kg/blob/master/README.md
fybdp-d3-kg
/
dist
/
src
/
common
/
utils
/
bigint.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
export
declare
const
humanFormatBigInteger
:
(
bigInteger
:
any
) =>
any
;
export
declare
const
bigIntegerToLocaleString
:
(
bigInteger
:
any
) =>
string
;