ANSI X9.42 ASN.1 Data Structures in TypeScript
- Author: Jonathan M. Wilbur <jonathan@wilbur.space>
- Copyright Year: 2021
- License: MIT License
Known Issues
- Running
npm run lint
only works on Posix hosts, because the single quotes get escaped on Windows. If you have the ESLint plugin installed and configured, you should still be able to get live linting on Windows.