Skip to content

Commit

Permalink
minor correction in types
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Feb 3, 2023
1 parent a8c2d8b commit 5fc532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export enum FrozenViewFormat {
unsafe_frozen_portable = "unsafe_frozen_portable",
}

export type FrozenViewFormatType = FrozenViewFormat | "unsafe_frozen_croaring" | "unsafe_frozen_portable" | boolean;
export type FrozenViewFormatType = FrozenViewFormat | "unsafe_frozen_croaring" | "unsafe_frozen_portable";

/**
* Roaring bitmap that supports 32 bit unsigned integers.
Expand Down

0 comments on commit 5fc532e

Please sign in to comment.