Skip to content

Commit

Permalink
fix: add remove undefined and null values from object
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Aug 24, 2023
1 parent 00d10d4 commit 1492866
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 @@ -36,6 +36,7 @@ import getFirstDayOfWeekDate from "./get-first-day-of-week-date";
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";

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

0 comments on commit 1492866

Please sign in to comment.