We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1097d3 commit 789e6e7Copy full SHA for 789e6e7
libs/core/src/lib/declarations/many.d.ts
@@ -0,0 +1 @@
1
+export type Many<T> = T | T[];
libs/core/src/lib/declarations/public-api.d.ts
@@ -3,5 +3,6 @@
3
4
export * from './index-signature';
5
export * from './known-keys';
6
+export * from './many';
7
export * from './omit';
8
export * from './string-map';
0 commit comments