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