Skip to content
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

Update the typescript example in README.md #744

Closed

Commits on Apr 4, 2017

  1. Update the typescript example in README.md

    The update makes the example execute using typescript 2.2.2. The
    following changes were made.
    
     - Changed lookupType parameter to `"awesomepackage.AwesomeMessage"`
     - Use `let` instead of `var` as its consider a better style
     - Add type `: any` for message
     - Add printing of message.awesomeField
     - Add example of decoding of buffer and printing result
     - Commented out redundant or non-executable lines
    winksaville committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    4abd95d View commit details
    Browse the repository at this point in the history