-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a type definition to the package #568
Comments
Since core-js matches the JavaScript API, doesn't TypeScript support them out of the box? |
it doesn't match completely , it have some proposal functions that not in the typescript lib, and also some interfaces like Dict which are not in pure js |
@nicolo-ribaudo you're right, but only about stable JS and global polyfills. @mha15 Feel free to add a PR. |
Type definitions for |
hello
I know that there is already a typescript type definition for this package in
@types/core-js
but many packages are trying to make a type definition inside of they're packages which has benefits like always sync to the package version and doesn't need to install it separatelycan you add a type definition into this repo ? and I'm interested to do it if you want
The text was updated successfully, but these errors were encountered: