Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Adds missing Type dependency to IsInteger
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 committed Jun 30, 2023
1 parent 3248182 commit fe531af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions polyfills/_ESAbstract/IsInteger/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dependencies = [
"_ESAbstract.Type",
]
spec = "https://tc39.github.io/ecma262/#sec-isinteger"

[browsers]
Expand Down

0 comments on commit fe531af

Please sign in to comment.