diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-24 23:20:32 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-24 23:20:32 +0000 |
| commit | 53812065cf124b6c1bc40fceec46f8c161033e29 (patch) | |
| tree | 8429cbce53a12f6755438ff21d94dab468f1a1fc /lib/constants.js | |
| parent | 5f81d796fed4e4efbaf6dbed7d3c69481afddeb3 (diff) | |
Remove unused JS code and docs
Diffstat (limited to 'lib/constants.js')
| -rw-r--r-- | lib/constants.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/constants.js b/lib/constants.js deleted file mode 100644 index 2142718..0000000 --- a/lib/constants.js +++ /dev/null @@ -1 +0,0 @@ -export const kFileNotFoundError = 'ENOENT'; |