From 66c09de967b6bf91cb9c6b2d915ab42efa59c349 Mon Sep 17 00:00:00 2001 From: Parsa Ghadimi Date: Fri, 14 Sep 2018 22:43:38 +0430 Subject: Rename fetch_types.d.ts to dom_types.d.ts --- js/blob.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/blob.ts') diff --git a/js/blob.ts b/js/blob.ts index 128146ece..874a98fa1 100644 --- a/js/blob.ts +++ b/js/blob.ts @@ -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"); -- cgit v1.2.3