UNPKG

qc-core

Version:

The core module of the QC ecosystem.

11 lines (7 loc) 159 B
const Func = require('./lib/Function'); const QC = { noop: Func.noop, notAgain: Func.notAgain, nullFn: Func.nullFn, }; module.exports = QC;