UNPKG
fd-gulp-encodingfilter
Version:
latest (0.0.1)
0.0.1
filt the assigned encoding file
fd-gulp-encodingfilter
/
test
/
source
/
qingguo
/
js
/
amdtest
/
hello.js
3 lines
•
61 B
JavaScript
View Raw
1
2
3
define
(
'amdtest/hello'
,
function
(
){
return
'hello'
; } );