Skip to content

Commit 93beb77

Browse files
committed
these aliases do not need to be public
1 parent f44d12c commit 93beb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gbase32_clockwork/gbase32.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ type EncodeBook =
1414
type DecodeBook =
1515
Dict(String, Int)
1616

17-
pub type EncodeFn =
17+
type EncodeFn =
1818
fn(String) -> Result(String, String)
1919

20-
pub type DecodeFn =
20+
type DecodeFn =
2121
fn(String) -> Result(String, String)
2222

2323
/// Create a new encoder that can be be reused to encode strings in base32 clockwork

0 commit comments

Comments
 (0)