UNPKG

react-compute

Version:
5 lines (4 loc) 180 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReactCompute = void 0; exports.ReactCompute = function (name) { return "Hello " + name; };