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 the readme.md, in the examples part there is a small typo where an Array is defined with generic type:
var items:Array<String> = ["my.product.id1", "my.product.id2", "my.product.id3"]; var subs:Array<String> = ["my.subs.id1", "my.subs.id2", "my.subs.id3"];
Type definition should be removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the readme.md, in the examples part there is a small typo where an Array is defined with generic type:
Type definition should be removed.
The text was updated successfully, but these errors were encountered: