API typings
Make the Windows 96 API known to your IDE.
Last updated
Make the Windows 96 API known to your IDE.
Last updated
An IDE like Visual Studio Code can display autocomplete for Windows 96 by using TypeScript declarations.
Simply import win96.d.ts
into your project to start using these typings. Please note that the typings may not always catch up with API changes! We will try our best to keep it up to date.