@petarmihaylov/node-raas
Version:
A tiny library and CLI for interacting with the Reports as a Service - RAAS - API from UKG - Ultimate Kronos Group. This project is maintained by the team behind RaasTastic and the community. It provides a balanced set of features that should suit a broad
10 lines (9 loc) • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// export {run} from '@oclif/core'
require("dotenv/config"); // see https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import
tslib_1.__exportStar(require("./lib/core-raas"), exports);
tslib_1.__exportStar(require("./lib/actions"), exports);
tslib_1.__exportStar(require("./lib/errors"), exports);
tslib_1.__exportStar(require("./utils/formatters"), exports);