UNPKG

multiplefilemodule

Version:
9 lines (7 loc) 136 B
"use strict"; module.exports = { testfunction1: function() { console.log('testfunction1 called.'); return ""; } };