UNPKG

@mornya/vessel

Version:

Creates/publishes a Node.js module with no build configuration.

16 lines (15 loc) 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDocType = exports.world = void 0; var SampleSub_1 = require("@/SampleSub"); var foo = 'This is an'; var bar = ['Awesome', 'World']; console.log('This is just a sample code.'); function world() { return "".concat((0, SampleSub_1.hello)(), " ").concat(process.env.SAMPLE_TEXT, " ").concat(foo, " ").concat(bar.join(' ')); } exports.world = world; function getDocType() { return document.doctype; } exports.getDocType = getDocType;