UNPKG

zenithlaw-typescript-library

Version:
8 lines (7 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hello = void 0; function hello(name) { return name ? `Hello ${name}!` : 'Hello!'; } exports.hello = hello;