Skip to content

Commit

Permalink
fix: (export) add get-better-date
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 15, 2024
1 parent 87e4014 commit 9539016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import getFirstDayOfYearDate from "./get-first-day-of-year-date";
import getSecondarySequentialIndex from "./get-secondary-sequential-index";
import getSequentialStringOptimalLength from "./get-sequential-string-optimal-length";
import removeUndefinedNullValuesFromObject from "./remove-undefined-null-values-from-object";
import getBetterDate from "./get-better-date";

// export function helloWorld() {
// const message = 'Hello World from my example modern npm package!';
Expand Down Expand Up @@ -73,6 +74,7 @@ export default {
getFormattedDateString,
removeUndefinedNullValuesFromObject,
getShortTextDayMonthOptionalyear,
getBetterDate,
getDayText,
getEndOfDayDate,
getMonthDiff,
Expand Down

0 comments on commit 9539016

Please sign in to comment.