Reply to 1108845557194412033
Bonus: when using many scalars in arguments it can be easy to mix them up.
const f1 = (file: string, folder: string) => { } f1('/tmp', 'foo.txt'); // spot the error?
Response: 1108845559769714691
Reply to 1108845557194412033
Bonus: when using many scalars in arguments it can be easy to mix them up.
const f1 = (file: string, folder: string) => { } f1('/tmp', 'foo.txt'); // spot the error?
Response: 1108845559769714691