Skip to content

Commit

Permalink
chore: make internal modules internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Jan 7, 2023
1 parent 671330b commit f5b449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const typeOf = (x: unknown): string => (x === null ? 'null' : typeof x)
/**
* Performs a validative traversal over a struct's own enumerable properties.
*
* Not to be confused with traveling across spain
* @internal
*/
export const witherS =
<E>(sgErrors: Sg.Semigroup<E>) =>
Expand Down

0 comments on commit f5b449d

Please sign in to comment.