Skip to content

Commit

Permalink
Added missing exports and remove export from internal type
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrauthan committed Jan 2, 2025
1 parent 6a71f43 commit b72fa42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/remark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export enum RemarkType {
}

// Remark types that are not date based
export type RemarkBase =
type RemarkBase =
| IUnknownRemark
| IDefaultCommandRemark
// Regular commands below
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
IBaseRemark,
IUnknownRemark,
Remark,
RemarkDated,
// Rest of remark types
ICeilingHeightRemark,
ICeilingSecondLocationRemark,
Expand Down Expand Up @@ -52,6 +53,9 @@ export {
IWaterEquivalentSnowRemark,
IWindPeakCommandRemark,
IWindShiftFropaRemark,
// Canadian remarks
INextForecastByRemark,
INextForecastByRemarkDated,
} from "command/remark";
export {
getCompositeForecastForDate,
Expand Down

0 comments on commit b72fa42

Please sign in to comment.