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) 143 B
import { Command } from '@oclif/core'; export default class Pull extends Command { static description: string; run(): Promise<void>; }