UNPKG

dicom-microscopy-viewer-changed

Version:
7 lines (6 loc) 159 B
// Predicate-generating function. Often useful outside of Underscore. export default function constant(value) { return function() { return value; }; }