UNPKG
xcraft-core-probe
Version:
latest (2.2.0)
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
Xcraft probe utils
github.com/Xcraft-Inc/xcraft-core-probe
Xcraft-Inc/xcraft-core-probe
xcraft-core-probe
/
lib
/
index.js
12 lines
(10 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
try
{
require
(
'xcraft-core-book'
);
module
.
exports
=
require
(
'./probe.js'
); }
catch
(ex) {
if
(ex.
code
!==
'MODULE_NOT_FOUND'
) {
throw
ex; }
module
.
exports
=
null
; }