UNPKG

react-ngl

Version:
5 lines 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hello = void 0; exports.hello = function (name) { return "Hello, " + name; }; //# sourceMappingURL=hello.js.map