4 lines
67 B
JavaScript

'use strict';
module.exports = () => ({ result: 'js-function' });