UNPKG
hello-coders-pkg
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
A simple hello coders package
hello-coders-pkg
/
dist
/
index.js
8 lines
(7 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= helloCoders;
function
helloCoders
(
) {
return
"Hello, coders!"
; }
//ts code