UNPKG

test-npm-first-function

Version:
7 lines (6 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function printMsg(tenban) { console.log("Xin chaooooooo: " + tenban + ", Tui vừa sửa..."); } exports.printMsg = printMsg;