From 6cd62e795e3716aa0cbd2d1ff8c1b3a345803563 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 16:58:56 +0100 Subject: Use modules, use XDG dirs --- lib/constants.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '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'; -- cgit