UNPKG
sorted-hm-impl-pkg
Version:
latest (1.0.0)
1.0.0
Sorted HashMap Test Package
sorted-hm-impl-pkg
/
index.js
3 lines
•
114 B
JavaScript
View Raw
1
2
3
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from Sorted HashMap Implementation Package"
); }