Files
scrypted/sdk/polyfill/duktape/buffer.js
Koushik Dutta a46b2811ed initial commit
2021-08-24 21:22:41 -07:00

4 lines
87 B
JavaScript

exports.Buffer = Buffer;
exports.kMaxLength = 2147483647;
exports.SlowBuffer = Buffer;