summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/cjs-with-file-stem/1.0.0/index.js
blob: f7164182ad9baf8ae621232a10493bf102163b40 (plain)
1
2
3
4
5
"use strict";
console.log("hello");
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("./tslib.js");
tslib_1.__exportStar(require("./other.service"), exports);