Skip to main content
Go to Latest
type alias StringContentEncodingOption
import { type StringContentEncodingOption } from "https://deno.land/x/openbox@1.1.8/deps.ts";
definition:
| "7bit"
| "8bit"
| "binary"
| "quoted-printable"
| "base64"
| ({ } & string)