I'm trying to find an example for es6 form of the following:
require('shipit-deploy')(shipit)
I would usually go for something like
import 'shipit-deploy'
however in this case there is (shipit)
at the end of require that I am not entirely sure how to import correctly.