UNPKG
@simbachain/simbats
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript SDK for SIMBA Chain
github.com/SIMBAChain/SimbaTS
SIMBAChain/SimbaTS
@simbachain/simbats
/
tests
/
tests_setup
/
teardown.ts
11 lines
(9 loc)
•
217 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
FileHandler
, }
from
"../../src/filehandler"
import
*
as
path
from
'path'
;
import
{cwd}
from
'process'
;
function
main
(
) {
// passing for now; leaving here in case it needs to be implemented
}
main
();