sed -i 's/^var /const /'
This commit is contained in:
parent
93b1ae4303
commit
91b8823aa8
37 changed files with 197 additions and 197 deletions
|
@ -1,4 +1,4 @@
|
|||
var Buffer = require('safe-buffer').Buffer
|
||||
const Buffer = require('safe-buffer').Buffer
|
||||
|
||||
function decode (buffer, maxLength, minimal) {
|
||||
maxLength = maxLength || 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue