mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
Fmt
This commit is contained in:
parent
92e97bca41
commit
3d76dc51b7
1 changed files with 39 additions and 37 deletions
6
text-encoding.d.ts
vendored
6
text-encoding.d.ts
vendored
|
@ -1,4 +1,3 @@
|
|||
|
||||
// Type definitions for text-encoding
|
||||
// Project: https://github.com/inexorabletash/text-encoding
|
||||
// Definitions by: MIZUNE Pine <https://github.com/pine613>
|
||||
|
@ -22,7 +21,10 @@ declare namespace TextEncoding {
|
|||
encoding: string;
|
||||
fatal: boolean;
|
||||
ignoreBOM: boolean;
|
||||
decode(input?: ArrayBuffer | ArrayBufferView, options?: TextDecodeOptions): string;
|
||||
decode(
|
||||
input?: ArrayBuffer | ArrayBufferView,
|
||||
options?: TextDecodeOptions
|
||||
): string;
|
||||
}
|
||||
|
||||
interface TextEncoder {
|
||||
|
|
Loading…
Add table
Reference in a new issue