Add exports scope before 1.0 release * [ ] `@zakodium/utils/functional` * [ ] `@zakodium/utils/math` * [ ] `@zakodium/utils/types` * [ ] Add new scopes if needed deprecate root exports. 1.0 root export could become : ```ts export * as Types from './types/index.ts'; export * as Functional from './functional/index.ts'; export * as Math from './math/index.ts'; ```
Add exports scope before 1.0 release
@zakodium/utils/functional@zakodium/utils/math@zakodium/utils/typesdeprecate root exports.
1.0 root export could become :