UNPKG
@xrocky3838/core
Version:
latest (1.0.5)
1.0.5
1.0.1
xf-cli core
@xrocky3838/core
/
lib
/
core.js
10 lines
(5 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
module
.
exports
= core;
function
core
(
) {
return
'Hello from core'
; }