'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function testA() { return 'testA'; } function testB() { return 'testB'; } function justTest() { return 'just a test'; } exports.default = justTest; exports.testA = testA; exports.testB = testB;