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:
parent
06cf6df954
commit
4e99d8fb6f
1 changed files with 1 additions and 1 deletions
|
@ -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>(
|
||||
|
|
Loading…
Reference in a new issue