Skip to content

Commit

Permalink
refactor(diff): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 6, 2020
1 parent 35f5289 commit c1a8efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/diff/src/object.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { equiv } from "@thi.ng/equiv";
import { DiffMode } from "./constants";
import type { IObjectOf, Predicate2 } from "@thi.ng/api";
import { equiv } from "@thi.ng/equiv";
import type { ObjectDiff } from "./api";
import { DiffMode } from "./constants";

export const diffObject = <T>(
a: IObjectOf<T> | undefined | null,
Expand Down

0 comments on commit c1a8efa

Please sign in to comment.