Skip to content

Commit

Permalink
fix: expose classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvera committed Sep 8, 2024
1 parent a8a92bb commit 9704e16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export * from './sTime.js'
export * from './sTimestamp.js'
export * from './sWeekdays.js'

export type * from './internal/SDate.js'
export type * from './internal/STime.js'
export type * from './internal/STimestamp.js'
export type * from './internal/SWeekdays.js'
export * from './internal/SDate.js'
export * from './internal/STime.js'
export * from './internal/STimestamp.js'
export * from './internal/SWeekdays.js'

0 comments on commit 9704e16

Please sign in to comment.