Skip to content

Commit

Permalink
Add Add and Or to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi authored May 1, 2024
1 parent fb6c2aa commit a7cc603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ 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 {And} from './source/and';
export type {Or} from './source/or';


Check failure on line 129 in index.d.ts

View workflow job for this annotation

GitHub Actions / Node.js 20

More than 1 blank line not allowed.

Check failure on line 129 in index.d.ts

View workflow job for this annotation

GitHub Actions / Node.js 18

More than 1 blank line not allowed.

Check failure on line 129 in index.d.ts

View workflow job for this annotation

GitHub Actions / Node.js 16

More than 1 blank line not allowed.
// Template literal types
export type {CamelCase} from './source/camel-case';
Expand Down

0 comments on commit a7cc603

Please sign in to comment.