NET-Web-API-w-Angular/my-app/node_modules/piscina/test/fixtures/multiple.js

11 lines
116 B
JavaScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
'use strict';
function a () { return 'a'; }
function b () { return 'b'; }
a.a = a;
a.b = b;
module.exports = a;