| Current Path : /etc/kibana/node_modules/crc/ |
| Current File : //etc/kibana/node_modules/crc/define_crc.js |
export default function(model, calc) {
const fn = (buf, previous) => calc(buf, previous) >>> 0;
fn.signed = calc;
fn.unsigned = fn;
fn.model = model;
return fn;
}