Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Jul 10, 2024
1 parent 4a3f07e commit 2fab096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ function isObject(obj: unknown): boolean {
return type === 'function' || (!!obj && type === 'object');
}

export {isWindowAvailable, isNavigatorAvailable, escape, unescape, isFunction, isObject};
export {isWindowAvailable, isNavigatorAvailable, escapeText, unescapeText, isFunction, isObject};

0 comments on commit 2fab096

Please sign in to comment.