zenithlaw-typescript-library
Version:
My first package to say hi and goodbye
14 lines (13 loc) • 900 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.hello3b = exports.hello3a = exports.hello3 = exports.hello2 = exports.hello = void 0;
var hello_1 = require("./hello");
Object.defineProperty(exports, "hello", { enumerable: true, get: function () { return hello_1.hello; } });
var hello2_1 = require("./hello2");
Object.defineProperty(exports, "hello2", { enumerable: true, get: function () { return hello2_1.hello2; } });
var hello3_1 = require("./hello3");
Object.defineProperty(exports, "hello3", { enumerable: true, get: function () { return hello3_1.hello3a; } });
Object.defineProperty(exports, "hello3a", { enumerable: true, get: function () { return hello3_1.hello3a; } });
Object.defineProperty(exports, "hello3b", { enumerable: true, get: function () { return hello3_1.hello3b; } });
// import { hello3a as hello3 } from './hello3';
// export { hello3 };
;