Rename fetch_types.d.ts to dom_types.d.ts

This commit is contained in:
Parsa Ghadimi 2018-09-14 22:43:38 +04:30 committed by Ryan Dahl
parent 7b7052e1ab
commit 66c09de967
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import { Blob, BlobPart, BlobPropertyBag } from "./fetch_types";
import { Blob, BlobPart, BlobPropertyBag } from "./dom_types";
import { containsOnlyASCII } from "./util";
const bytesSymbol = Symbol("bytes");