Skip to content

Commit

Permalink
Export boolean utilities (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
drebrez authored Oct 17, 2024
1 parent f377ec4 commit f62a741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- export `boolean` utilities

## [1.0.0] - 2024-10-10

### Added
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./lib/boolean";
export * from "./lib/cacheProvider";
export * from "./lib/date";
export * from "./lib/enum";
Expand Down

0 comments on commit f62a741

Please sign in to comment.