UNPKG
@blueking/crypto-js-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
crypto-js-sdk
@blueking/crypto-js-sdk
/
dist
/
helper
/
env.d.ts
4 lines
(3 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
export
declare
const
IS_NODE_ENV
:
boolean
;
export
declare
const
IS_WEB_ENV
:
boolean
;
export
declare
function
getRandomValues
(
buf
:
ArrayBufferView
):
any
;