UNPKG

multiplefilemodule

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