Package Exports
- git-apply-delta
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-apply-delta) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
git-apply-delta
apply a git delta buffer to a git target buffer.
used by git packfiles to unpack REF and OFS delta objects.
var apply = require('git-apply-delta')
var result = apply(delta, target)
api
apply(Buffer delta, Buffer target) -> Buffer result
apply the delta buffer to the target buffer and return a new buffer containing the result.
license
MIT