UNPKG
npmowo-cream
Version:
latest (1.0.0)
1.0.0
Npm Test
npmowo-cream
/
index.js
7 lines
(6 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
7
class
test
{ constructor() {
return
'yes'
; } } module.exports = test;