UNPKG

nodelike

Version:
17 lines (4 loc) 143 B
import * as constants from './constants.js'; const hello = (whom = 'world') => `Hello, ${whom}!`; export { hello, constants };