1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

refactor(std): remove unnecessary back direction for import (#8403)

This commit is contained in:
Behnam Mohammadi 2020-11-17 02:54:21 +03:30 committed by GitHub
parent 06cf6df954
commit 4e99d8fb6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { assert } from "../_util/assert.ts";
import { assert } from "./assert.ts";
export function deepAssign<T, U>(target: T, source: U): T & U;
export function deepAssign<T, U, V>(