Skip to content

Commit

Permalink
Fix broken imports (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender authored and sindresorhus committed Apr 22, 2019
1 parent 7d9b814 commit 5b24ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/literal-union.d.ts
@@ -1,3 +1,5 @@
import {Primitive} from './basic';

/**
Allows creating a union type by combining primitive types and literal types without sacrificing auto-completion in IDEs for the literal type part of the union.
Expand Down
2 changes: 2 additions & 0 deletions source/merge.d.ts
@@ -1,3 +1,5 @@
import {Omit} from './omit';

/**
Merge two types into a new type. Keys of the second type overrides keys of the first type.
Expand Down

0 comments on commit 5b24ae8

Please sign in to comment.