diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 16:58:56 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 16:58:56 +0100 |
| commit | 6cd62e795e3716aa0cbd2d1ff8c1b3a345803563 (patch) | |
| tree | f35cfd157529d890d8d5e8e4280c9d44d77a5e01 /lib/constants.js | |
| parent | 02f408c24d82d1fac4e55c146c4fa57cbdcdeca4 (diff) | |
Use modules, use XDG dirs
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'; |