UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint, Klipper, PrusaLink and BambuLab manager to set up, configure and monitor 3D printers. Our aim is to provide neat overview over your farm.

8 lines (7 loc) 232 B
//#region src/utils/correlation-token.util.ts function generateCorrelationToken() { return Math.random().toString(36).slice(2); } //#endregion export { generateCorrelationToken }; //# sourceMappingURL=correlation-token.util.js.map