UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

8 lines (5 loc) 109 B
'use strict' const {startyGreeting} = require('./greeting') module.exports = { startyGreeting }