]> git.r.bdr.sh - rbdr/blog/blobdiff - lib/constants.js
Use modules, use XDG dirs
[rbdr/blog] / lib / constants.js
index 9b4ce315c0ccdfb8286c697f1381fb93510e674f..21427182ef859529335d18531a0a5af1c0f7a250 100644 (file)
@@ -1,3 +1 @@
-module.exports = {
-  kFileNotFoundError: 'ENOENT',
-};
+export const kFileNotFoundError = 'ENOENT';