Skip to content

Commit

Permalink
Fix missing exports (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
ryoppippi and sindresorhus committed May 1, 2024
1 parent fb6c2aa commit ed860e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ export type {ArraySplice} from './source/array-splice';
export type {SetFieldType} from './source/set-field-type';
export type {Paths} from './source/paths';
export type {SharedUnionFieldsDeep} from './source/shared-union-fields-deep';
export type {IsNull} from './source/is-null';
export type {IfNull} from './source/if-null';
export type {And} from './source/and';
export type {Or} from './source/or';

// Template literal types
export type {CamelCase} from './source/camel-case';
Expand Down

0 comments on commit ed860e9

Please sign in to comment.