Skip to content

Commit 426ccd3

Browse files
SamVerschuerensindresorhus
authored andcommitted
Add esnext lib reference for BigInt (#37)
1 parent c04f25a commit 426ccd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/basic.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference lib="esnext"/>
2+
13
// TODO: This can just be `export type Primitive = not object` when the `not` keyword is out.
24
/**
35
Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive).

0 commit comments

Comments
 (0)