UNPKG

periodicjs

Version:

Periodic is a rapid enterprise application framework for data driven web and mobile applications.

11 lines (10 loc) 234 B
'use strict'; const periodic = require('periodicjs'); module.exports = { hello: (options) => { periodic.logger.silly('hello',{options}); return new Promise((resolve, reject) => { resolve(true); }); } }