remove work file

main
Yanick Champoux 2023-03-06 12:15:44 -05:00
parent bf152d6f05
commit d304fc0fcc
1 changed files with 0 additions and 6 deletions

6
foo.ts
View File

@ -1,6 +0,0 @@
const foo = <A, B>(x: Partial<{ a: A; b: B }>) => x as B;
const y = foo({
a: 'potato',
b: 2,
});