We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hiya,
Is anyone out there working on getting this project a declaration file to add to DefinitelyTyped ( https://github.com/DefinitelyTyped/DefinitelyTyped ) for working with it in typescript ?
Thanks.
The text was updated successfully, but these errors were encountered:
You can add to it in Typescript adding this reference at the top your file:
import '../../../libraries/seriouslyjs/seriously.js'; declare var Seriously: any;
Sorry, something went wrong.
@utiq True, but that is true of any JavaScript library.
Maybe I worded my post wrong, When I said working with it in TypeScript, I meant having the advantages of type definition.. IntelliSense and such.
That said, I'm sure pointing this out will help others.
No branches or pull requests
Hiya,
Is anyone out there working on getting this project a declaration file to add to DefinitelyTyped ( https://github.com/DefinitelyTyped/DefinitelyTyped ) for working with it in typescript ?
Thanks.
The text was updated successfully, but these errors were encountered: