UNPKG
@tecfancy/const
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
TecFancy Constant
github.com/TecFancy/tecfancy-cli
TecFancy/tecfancy-cli
@tecfancy/const
/
lib
/
const.js
8 lines
(5 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
=
const
;
function
const
(
) {
return
'Hello from const'
; }