6 lines
154 B
JavaScript
Raw Permalink Normal View History

2022-09-30 05:39:11 +00:00
'use strict';
var truncate = require("./lib/truncate");
var getLength = Buffer.byteLength.bind(Buffer);
module.exports = truncate.bind(null, getLength);