Skip to content

Instantly share code, notes, and snippets.

View subash-a's full-sized avatar

Subhash Sharma subash-a

View GitHub Profile

Keybase proof

I hereby claim:

  • I am subash-a on github.
  • I am subash_a (https://keybase.io/subash_a) on keybase.
  • I have a public key whose fingerprint is CA0A 634F 6B3D 4A5E 2136 A276 8A15 86B1 8754 3B06

To claim this, I am signing this object:

interface BinaryWriterStatic {
new(): BinaryWriter;
}
interface BinaryWriter {
writeString(): void;
writeUint64(): void;
}
interface BinaryReaderStatic {