diff --git a/index.js b/index.js index 2e4f1c7..10fea74 100644 --- a/index.js +++ b/index.js @@ -1,4 +1 @@ -module.exports = function aJavaScriptPortOfTheUnixUtilityTrueReturnsTheBooleanValueTrue () { - return true; -}; - +module.exports = () => true;