Skip to content

Commit

Permalink
export isNonNullableKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Oct 9, 2024
1 parent ff9b80e commit 104bbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ts-standard/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* @module ts-standard
*/

export { isNonNullable } from './filter';
export { isNonNullable, isNonNullableKeys } from './filter';
export type { NonNullableKeys, Nullable, Opt } from './type';

0 comments on commit 104bbf1

Please sign in to comment.