apg-js-examples
Version:
Examples of using the suite of apg-js applications and libraries.
12 lines (11 loc) • 550 B
JavaScript
/* *************************************************************************************
* copyright: Copyright (c) 2021 Lowell D. Thomas, all rights reserved
* license: BSD-2-Clause (https://opensource.org/licenses/BSD-2-Clause)
* ********************************************************************************* */
// Display the trace, showing where and how the `UDT` picks up its phrases.
(function traceFunc() {
const stats = false;
const trace = true;
const setup = require('./setup');
setup(stats, trace);
})();