sed -i 's/^var /const /'

This commit is contained in:
Daniel Cousens 2018-06-25 16:25:12 +10:00
parent 93b1ae4303
commit 91b8823aa8
37 changed files with 197 additions and 197 deletions

View file

@ -1,4 +1,4 @@
var Buffer = require('safe-buffer').Buffer
const Buffer = require('safe-buffer').Buffer
function decode (buffer, maxLength, minimal) {
maxLength = maxLength || 4