Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/crc/
Upload File :
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;
}