Skip to content

Commit 859a093

Browse files
popstarfreasTheSpyder
authored andcommitted
add some of zlib
(cherry picked from commit efdf63ff6f8346308f491d3655cbf5471d73d779)
1 parent 3564068 commit 859a093

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Zlib.res

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@module("zlib") external deflateRawSync: Buffer.t => Buffer.t = "deflateRawSync"
2+
@module("zlib") external deflateRaw: (Buffer.t, (. Buffer.t) => unit) => unit = "deflateRaw"
3+
@module("zlib") external inflateRawSync: Buffer.t => Buffer.t = "inflateRawSync"
4+
@module("zlib") external inflateRaw: (Buffer.t, (. Buffer.t) => unit) => unit = "inflateRaw"

0 commit comments

Comments
 (0)