UNPKG

create-lbgcli1

Version:

前端脚手架模板

11 lines (8 loc) 221 B
var underscore = require('./underscore.js'); // Start chaining a wrapped Underscore object. function chain(obj) { var instance = underscore(obj); instance._chain = true; return instance; } module.exports = chain;