mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fe404dfce9
From commit 559453cf6c
Excluding v8worker.d.ts, main.ts, and deno.d.ts.
Updates tslint.json to be original settings.
6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
// Remove and depend on @types/text-encoding once this PR is merged
|
|
// https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26141
|
|
declare module "text-encoding" {
|
|
export const TextEncoder: TextEncoder;
|
|
export const TextDecoder: TextDecoder;
|
|
}
|