UNPKG

dicom-microscopy-viewer-changed

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;