UNPKG
@akasuv/rex
Version:
latest (1.1.0)
1.1.0
1.0.0
Rex is an everything toolkit for React.
github.com/akasuv/rex
akasuv/rex
@akasuv/rex
/
lib
/
esm
/
misc
/
hello.js
5 lines
(4 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
function
hello
(
) {
console
.
log
(
"Hello, world!"
); }
export
default
hello;