Closed jbazant closed 4 years ago
Uses const instead of var and let declaration where possible.
const
var
let
Looks good! Thanks.
@jbazant All of your changes are merged and published in version 3.0.3, thanks for your contributions!
That was fast, Thanks!
Uses
const
instead ofvar
andlet
declaration where possible.