Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 573 Bytes

MIGRATING.md

File metadata and controls

24 lines (17 loc) · 573 Bytes

Migrating

npm version

from v1.0+ to v2.0

  • Return value has changed
    Instead of:
    var isNeeded = vhCheck()
    you will need to
    var test = vhCheck()
    var isNeeded = test.isNeeded