1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 04:40:05 +02:00
Files
gitlit/node_modules/truncate-utf8-bytes/index.js
2018-06-03 13:57:23 +02: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);