Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/decode_utf8.ts>decodeUtf8

A modern runtime for JavaScript and TypeScript.
Go to Latest
function decodeUtf8
import { decodeUtf8 } from "https://deno.land/x/deno@v0.28.0/cli/js/decode_utf8.ts";

Parameters

input: Uint8Array
fatal: boolean
ignoreBOM: boolean

Returns

string