-
TypeScript question (two of em): When writing .then(res => res.json()) what type is res? My linter isn't allowing a default any. Secondly - "fetch" itself is not defined - how do I define that?
-
…in reply to @raymondcamden
Disregard - was writing a Code extension and duh - Fetch isn't in Node - it's a browser thing