diff options
Diffstat (limited to 'cli/js/web/body.ts')
-rw-r--r-- | cli/js/web/body.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/web/body.ts b/cli/js/web/body.ts index 35fc5ebbe..80c4b646a 100644 --- a/cli/js/web/body.ts +++ b/cli/js/web/body.ts @@ -1,3 +1,5 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + import * as blob from "./blob.ts"; import * as encoding from "./text_encoding.ts"; import * as domTypes from "./dom_types.d.ts"; |