Files
2026-03-25 14:14:07 +01: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);