mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Import ts file from prototype without change
From commit 559453cf6c
Excluding v8worker.d.ts, main.ts, and deno.d.ts.
Updates tslint.json to be original settings.
This commit is contained in:
parent
21e1425656
commit
fe404dfce9
16 changed files with 1374 additions and 73 deletions
6
js/text-encoding.d.ts
vendored
Normal file
6
js/text-encoding.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
// 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue