mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
'use strict';
|
|
|
|
var truncate = require("./lib/truncate");
|
|
var getLength = Buffer.byteLength.bind(Buffer);
|
|
module.exports = truncate.bind(null, getLength);
|