@namefully/react
Version:
namefully for React
12 lines • 365 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Main entrypoint for Namefully
*/
__export(require("./Namefully"));
var Namefully_1 = require("./Namefully");
exports.Namefully = Namefully_1.default;
//# sourceMappingURL=index.js.map