first commit
This commit is contained in:
+5
@@ -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