Skip to content

Commit

Permalink
export isNonNullish and isNullish modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shtse8 committed Mar 13, 2024
1 parent 3034b47 commit 4817a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ export {
isPrimitive,
isPromise,
isString,
isSymbol
isSymbol,
isNonNullish,
isNullish,
} from './typed'

0 comments on commit 4817a80

Please sign in to comment.