x-cubed / event-store-client

JS client library for connecting to Event Store over TCP/IP
The Unlicense
71 stars 24 forks source link

Minor bug in typescript definition file #9

Closed PaulGrimshaw closed 8 years ago

PaulGrimshaw commented 8 years ago

Hi,

There seems to be a small bug in the Typescript definition file for the createGuid method.

I believe this needs to be marked static: like this:

    /***
     * Helper function to create a new v4 UUID to use for event IDs or correlation IDs
     */
    static createGuid(): Buffer;