deno_win32
deno_win32 copied to clipboard
Fast and complete Win32 API bindings for Deno using FFI
Results
1
deno_win32 issues
Sort by
recently updated
recently updated
newest added
Deno has an compile option --no-terminal (which should work on win, but it doesn't). [github isue #21091](https://github.com/denoland/deno/issues/21091) So i tried : ```js import { GetConsoleWindow } from 'https://win32.deno.dev/0.4.1/System.Console'; import {...