Skip to content

Commit

Permalink
chore: Clarify what split function does
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaVG committed Oct 1, 2021
1 parent 2700f47 commit 9eb6fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util.ts
Expand Up @@ -39,7 +39,8 @@ export function assign<T extends object>(
}

/**
* Split a string array of values.
* Split a string array of values
* and remove empty strings from the resulting array.
* @internal
*/
export function split(value: string | undefined) {
Expand Down

0 comments on commit 9eb6fe0

Please sign in to comment.