Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sdl_ts/src/SDL/types.ts>RWMode

SDL TypeScript bindings.
Go to Latest
type alias RWMode
import { type RWMode } from "https://deno.land/x/sdl_ts@0.0.3/src/SDL/types.ts";
definition:
| "a"
| "a+"
| "r"
| "r+"
| "w"
| "w+"
| "ab"
| "ab+"
| "rb"
| "rb+"
| "wb"
| "wb+"