Closed ErikWittern closed 4 years ago
Implements the suggestion made in #31.
This PR introduces a change in API as well, and thus goes along with a new version. Further, it replaces usages of var with let and const.
var
let
const
Implements the suggestion made in #31.
This PR introduces a change in API as well, and thus goes along with a new version. Further, it replaces usages of
var
withlet
andconst
.