1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00

Fix copyright header (#1832)

This commit is contained in:
Ryan Dahl 2019-02-25 18:28:22 -05:00 committed by Bert Belder
parent e109941bd2
commit 99d3483291

View file

@ -1,4 +1,5 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // Copyright Joyent, Inc. and other Node contributors. MIT license.
// Forked from Node's lib/internal/cli_table.js
import { TextEncoder } from "./text_encoding"; import { TextEncoder } from "./text_encoding";