UNPKG

@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

6 lines (5 loc) 154 B
import 'dotenv/config'; export * from './lib/core-raas'; export * from './lib/actions'; export * from './lib/errors'; export * from './utils/formatters';