UNPKG

78 BJavaScriptView Raw
1'use strict';
2
3module.exports = function() {
4 return 'exported function';
5};