js-cfb/bits/88_cfbexports.js

20 lines
357 B
JavaScript
Raw Normal View History

exports.find = find;
2017-09-14 21:14:22 +00:00
exports.read = read;
exports.parse = parse;
2017-09-14 21:14:22 +00:00
exports.write = write;
exports.writeFile = write_file;
exports.utils = {
2017-09-14 21:14:22 +00:00
cfb_new: cfb_new,
cfb_add: cfb_add,
cfb_del: cfb_del,
cfb_mov: cfb_mov,
cfb_gc: cfb_gc,
ReadShift: ReadShift,
CheckField: CheckField,
prep_blob: prep_blob,
bconcat: bconcat,
consts: consts
};
return exports;