| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/put.js |
'use strict';
module.exports = function put(key, value) {
this.items[key] = value;
return this;
}; |