Skip to content

Commit 789e6e7

Browse files
author
Ben Grynhaus
committed
Added Many type
1 parent c1097d3 commit 789e6e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type Many<T> = T | T[];

libs/core/src/lib/declarations/public-api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
export * from './index-signature';
55
export * from './known-keys';
6+
export * from './many';
67
export * from './omit';
78
export * from './string-map';

0 commit comments

Comments
 (0)