Skip to content

Commit

Permalink
expose ByteBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvictoor committed Dec 17, 2016
1 parent 738918c commit 4633b3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
@@ -1,3 +1,4 @@
import ByteBuffer from "./ByteBuffer"
import Int8Histogram from "./Int8Histogram"
import Int16Histogram from "./Int16Histogram"
import Int32Histogram from "./Int32Histogram"
Expand Down Expand Up @@ -77,5 +78,6 @@ export {
Float64Histogram,
AbstractHistogram as Histogram,
build,
BuildRequest
BuildRequest,
ByteBuffer
}

0 comments on commit 4633b3f

Please sign in to comment.