We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f377ec4 commit f62a741Copy full SHA for f62a741
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- export `boolean` utilities
11
+
12
## [1.0.0] - 2024-10-10
13
14
### Added
src/index.ts
@@ -1,3 +1,4 @@
1
+export * from "./lib/boolean";
2
export * from "./lib/cacheProvider";
3
export * from "./lib/date";
4
export * from "./lib/enum";
0 commit comments