File tree 3 files changed +40
-12
lines changed
3 files changed +40
-12
lines changed Original file line number Diff line number Diff line change @@ -215,16 +215,20 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
215
215
<b>Trigger.dev</b>
216
216
<br />
217
217
<a href="https://trigger.dev">trigger.dev</a>
218
+ <br/>
219
+ <p>Effortless automation for developers.</p>
218
220
</td>
219
- <!-- < td align="center">
220
- <a href="https://proxy .com/">
221
- <img src="https://avatars.githubusercontent.com/u/14321439 ?s=200&v=4" width="200px;" alt="Proxy logo" />
221
+ <td align="center">
222
+ <a href="https://transloadit .com/">
223
+ <img src="https://avatars.githubusercontent.com/u/125754 ?s=200&v=4" width="200px;" alt="Transloadit logo" />
222
224
</a>
223
225
<br />
224
- <b>Proxy </b>
226
+ <b>Transloadit </b>
225
227
<br />
226
- <a href="https://proxy.com">proxy.com</a>
227
- </td> -->
228
+ <a href="https://transloadit.com">transloadit.com</a>
229
+ <br/>
230
+ <p>Simple file processing for developers.</p>
231
+ </td>
228
232
</tr >
229
233
</table >
230
234
Original file line number Diff line number Diff line change @@ -215,16 +215,20 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
215
215
<b>Trigger.dev</b>
216
216
<br />
217
217
<a href="https://trigger.dev">trigger.dev</a>
218
+ <br/>
219
+ <p>Effortless automation for developers.</p>
218
220
</td>
219
- <!-- < td align="center">
220
- <a href="https://proxy .com/">
221
- <img src="https://avatars.githubusercontent.com/u/14321439 ?s=200&v=4" width="200px;" alt="Proxy logo" />
221
+ <td align="center">
222
+ <a href="https://transloadit .com/">
223
+ <img src="https://avatars.githubusercontent.com/u/125754 ?s=200&v=4" width="200px;" alt="Transloadit logo" />
222
224
</a>
223
225
<br />
224
- <b>Proxy </b>
226
+ <b>Transloadit </b>
225
227
<br />
226
- <a href="https://proxy.com">proxy.com</a>
227
- </td> -->
228
+ <a href="https://transloadit.com">transloadit.com</a>
229
+ <br/>
230
+ <p>Simple file processing for developers.</p>
231
+ </td>
228
232
</tr >
229
233
</table >
230
234
Original file line number Diff line number Diff line change @@ -17,3 +17,23 @@ type cat = z.infer<typeof cat>; //["subcategories"];
17
17
declare let fido : cat ;
18
18
fido ;
19
19
fido . subcategories ! [ 0 ] ;
20
+
21
+ declare const __nominal__type : unique symbol ;
22
+ declare const __nominal__type2 : unique symbol ;
23
+
24
+ const arg = {
25
+ a : "asdf" ,
26
+ b : "asdf" ,
27
+ c : "asdf" ,
28
+ [ "$type" ] : ( ) => { } ,
29
+ [ "@@type" ] : ( ) => { } ,
30
+ [ "{type}" ] : 1324 ,
31
+ } ;
32
+
33
+ arg ;
34
+
35
+ const kwarg = {
36
+ [ __nominal__type2 ] : "asdf" ,
37
+ } ;
38
+
39
+ type aklmdf = typeof arg extends typeof kwarg ? true : false ;
You can’t perform that action at this time.
0 commit comments