acme.js/node.js
2018-05-22 22:53:45 -06:00

4 wiersze
232 B
JavaScript

// For the time being I'm still pulling in my acme-v2 module until I transition over
// I export as ".ACME" rather than bare so that this can be compatible with the browser version too
module.exports.ACME = require('acme-v2').ACME;