Files
2025-09-29 22:06:11 +09:00

6 lines
154 B
JavaScript

'use strict';
var truncate = require("./lib/truncate");
var getLength = Buffer.byteLength.bind(Buffer);
module.exports = truncate.bind(null, getLength);