Skip to content

Commit

Permalink
Hide internal function from public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jrstrunk committed Oct 18, 2024
1 parent 58ed41b commit 3ec797d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tempo.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ pub fn naive_datetime_is_earlier(
naive_datetime_compare(a, b) == order.Lt
}

@internal
pub fn naive_datetime_is_earlier_or_equal(
a: NaiveDateTime,
to b: NaiveDateTime,
Expand Down

0 comments on commit 3ec797d

Please sign in to comment.