diff --git a/index.js b/index.js index cb69347..07eec62 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ 'use strict'; -module.exports = require('constants'); +const c = require('constants'); + +module.exports = c;