Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Ms932.EncoderOptions

import type { Ms932 } from "https://raw.githubusercontent.com/i-xi-dev/ms932-encoder.es/2.1.7/mod.ts"; 

const { EncoderOptions } = Ms932;

The options for Ms932.Encoder and Ms932.EncoderStream.

type EncoderOptions = {
fatal?: boolean;
replacementChar?: string;
strict?: boolean;
}
;

§Type

§
{
fatal?: boolean;
replacementChar?: string;
strict?: boolean;
}
[src]