https://github.com/cfunkz/typescript-textchecker
https://github.com/cfunkz/typescript-textchecker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfunkz/typescript-textchecker
- Owner: cfunkz
- Created: 2025-01-30T23:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T03:33:12.000Z (over 1 year ago)
- Last Synced: 2025-02-09T06:32:43.842Z (over 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-textchecker
This scipt checks a file provided is valid text using mimetype and byte check. If more than 1% of the file has non-readable characters, it fails the check.