mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
add node modules to repo
This commit is contained in:
5
node_modules/truncate-utf8-bytes/index.js
generated
vendored
Normal file
5
node_modules/truncate-utf8-bytes/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
var truncate = require("./lib/truncate");
|
||||
var getLength = Buffer.byteLength.bind(Buffer);
|
||||
module.exports = truncate.bind(null, getLength);
|
Reference in New Issue
Block a user