Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Apr 26, 2024
1 parent cb4b5ca commit bfd7b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pure/deflate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {streamEncode, streamDecode} from "./stream.ts";

type CompressCodec = "gzip" | "deflate" | "deflate-raw";

const COMPRESS_CODEC = "deflate-raw";
const COMPRESS_CODEC:CompressCodec = "deflate-raw";

/**
* Compress binary with DEFLATE format.
Expand Down

0 comments on commit bfd7b3b

Please sign in to comment.