MyRepo-Ums/node_modules/piscina/test/fixtures/multiple.js

11 lines
116 B
JavaScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
'use strict';
function a () { return 'a'; }
function b () { return 'b'; }
a.a = a;
a.b = b;
module.exports = a;