UNPKG
@tangany/waas
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
node.js SDK for Tangany Wallet as a Service API
github.com/Tangany/waas-js-sdk
Tangany/waas-js-sdk
@tangany/waas
/
dist
/
utils
/
spec-helpers.d.ts
6 lines
(5 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
/** * setup mocha to use sandbox on each test. Tear down and reinitialise the sandbox after each suite. *
@deprecated
use for testing only */
export
declare
const
sandbox
: () =>
void
;