UNPKG

fd-gulp-encodingfilter

Version:

filt the assigned encoding file

15 lines (8 loc) 202 B
define('detail.modules.demo.Module', ['exports'], function(exports) { exports.view = function(model) { model.hello = 'hello radiance'; model.a = function(num) { return num + '元' }; }; });