elearning/Frontend-Learner/node_modules/@kwsites/file-exists/CHANGELOG.md

13 lines
291 B
Markdown
Raw Normal View History

2026-01-13 10:46:40 +07:00
# Release History
## 1.1.1
- Add dependency on `debug` to log results of the file system checks
- Add `jest` tests
# 1.0.0
- First public release, a simple typescript library for checking whether a path exists
on the file system and optionally whether it points to a file or folder.