UNPKG

watch-xdelta

Version:

smart-watch xdelta script

13 lines (11 loc) 287 B
/** * Created by iyww on 15/8/20. */ 'use strict'; import xdelta from './index'; import co from 'co'; import bfs from 'babel-fs'; co(function *() { let size = yield xdelta({oldPath: 'SmartWatchv1.bin', newPath: 'SmartWatchv2.bin', diffPath: 'xdelta.bin'}); console.log(size); });