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
In order to work with a more modern Javascript environment it would be nice to also provide types that can be installed via yarn or npm:
Also update the readme to include examples with TS syntax. E.g:
import { Belief, Plan, Agent, Environment } from 'js-son-agent';
The text was updated successfully, but these errors were encountered:
You can generate the types with this thing: https://github.com/DefinitelyTyped/DefinitelyTyped
Sorry, something went wrong.
Thank you! I think it's a very reasonable suggestion but I am not sure when I will get around to actually do it.
No branches or pull requests
About
In order to work with a more modern Javascript environment it would be nice to also provide types that can be installed via yarn or npm:
Also update the readme to include examples with TS syntax. E.g:
The text was updated successfully, but these errors were encountered: