diff options
Diffstat (limited to 'lib/constants.js')
| -rw-r--r-- | lib/constants.js | 4 |
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'; |