UNPKG
mutable-buffer
Version:
latest (4.0.2)
next (3.0.0-0)
4.0.2
4.0.1
3.0.0
3.0.0-0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
0.0.0
A mutable buffer library for node.js
github.com/taoyuan/mutable-buffer
taoyuan/mutable-buffer
mutable-buffer
/
dist
/
index.js
5 lines
•
199 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"tslib"
); (
0
, tslib_1.
__exportStar
)(
require
(
"./node"
),
exports
);
//# sourceMappingURL=index.js.map