UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

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 + '元' }; }; });