X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/02f408c24d82d1fac4e55c146c4fa57cbdcdeca4..6cd62e795e3716aa0cbd2d1ff8c1b3a345803563:/lib/constants.js 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';