@naturalcycles/js-lib 14.88.0 → 14.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -156,8 +156,17 @@ import { PQueue, PQueueCfg } from './promise/pQueue'
156
156
  export * from './seq/seq'
157
157
  export * from './math/stack.util'
158
158
  export * from './string/leven'
159
+ export * from './datetime/localDate'
160
+ export * from './datetime/localTime'
161
+ import { LocalDateConfig, LocalDateUnit } from './datetime/localDate'
162
+ import { LocalTimeConfig, LocalTimeUnit, LocalTimeComponents } from './datetime/localTime'
159
163
 
160
164
  export type {
165
+ LocalDateConfig,
166
+ LocalDateUnit,
167
+ LocalTimeConfig,
168
+ LocalTimeUnit,
169
+ LocalTimeComponents,
161
170
  AbortableMapper,
162
171
  AbortablePredicate,
163
172
  AbortableAsyncPredicate,