UNPKG
@chainsafe/eth2.0-spec-test-util
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.3.6
0.3.5
0.3.0
0.2.3
0.2.2
0.2.1
0.1.0
Spec test suite generator from yaml test files
github.com/ChainSafe/lodestar
ChainSafe/lodestar
@chainsafe/eth2.0-spec-test-util
/
lib
/
util.js
13 lines
(10 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isDirectory
= isDirectory;
var
_fs =
require
(
"fs"
);
function
isDirectory
(
path
) {
return
(
0
, _fs.
lstatSync
)(path).
isDirectory
(); }
//# sourceMappingURL=util.js.map