UNPKG
bps.js
Version:
latest (0.0.1)
0.0.1
BPS patching utility
bps.js
/
lib
/
createBpsPatch.js
9 lines
(8 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= createBpsPatch;
function
createBpsPatch
(
)
/* sourceFile, targetFile, options = {} */
{
throw
new
Error
(
'This thing is not implemented'
); }