4 lines
85 B
JavaScript

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