UNPKG
qc-core
Version:
latest (0.0.0)
0.0.0
0.0.0-alpha
The core module of the QC ecosystem.
github.com/dhurlburtusa/qc-core
dhurlburtusa/qc-core
qc-core
/
index.js
11 lines
(7 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
Func
=
require(
'./lib/Function'
);
const
QC
=
{ noop: Func.noop, notAgain: Func.notAgain, nullFn: Func.nullFn, };
module
.
exports
= QC;