UNPKG

@mornya/vessel

Version:

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

8 lines (7 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hello = void 0; function hello() { return 'Hello, there!'; } exports.hello = hello;