Skip to content

Commit

Permalink
Fix Deno and React Native compatibility (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoth committed Nov 14, 2020
1 parent 599a45b commit 2bff89a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference lib="dom"/>

type Primitive = null | undefined | string | number | boolean | symbol | bigint;

type LiteralUnion<LiteralType extends BaseType, BaseType extends Primitive> =
Expand Down

0 comments on commit 2bff89a

Please sign in to comment.