aboutsummaryrefslogtreecommitdiff
path: root/lib/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.js')
-rw-r--r--lib/constants.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/constants.js b/lib/constants.js
index 9b4ce31..2142718 100644
--- a/lib/constants.js
+++ b/lib/constants.js
@@ -1,3 +1 @@
-module.exports = {
- kFileNotFoundError: 'ENOENT',
-};
+export const kFileNotFoundError = 'ENOENT';