UNPKG

pivosoft-efris-api

Version:

This package provides convenient access to the EFRIS API from applications written for Node.js.

7 lines (5 loc) 112 B
function app() { console.log(`Package running...`); return "PivoSoft EFRIS API" } module.exports = app