@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
7 lines (6 loc) • 346 B
TypeScript
export declare enum FileExportExtensions {
XML = "xml"
}
export declare function blueMagenta(blueString: string, magentaString: string): string;
export declare function decodeStream(reportStream: string): string;
export declare function saveStream(decodedStream: string, fileName: string, fileExtension: FileExportExtensions): Promise<void>;