Skip to content

Commit f62a741

Browse files
authored
Export boolean utilities (#47)
1 parent f377ec4 commit f62a741

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- export `boolean` utilities
11+
1012
## [1.0.0] - 2024-10-10
1113

1214
### Added

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export * from "./lib/boolean";
12
export * from "./lib/cacheProvider";
23
export * from "./lib/date";
34
export * from "./lib/enum";

0 commit comments

Comments
 (0)