(no title)
vhakulinen | 3 years ago
const res = await getJSON('/thingy');
if (isErr(res)) {
// Handle error.
return;
}
You can read the details from here: https://thingsthatkeepmeupatnight.dev/posts/simple-typescrip...vhakulinen | 3 years ago
const res = await getJSON('/thingy');
if (isErr(res)) {
// Handle error.
return;
}
You can read the details from here: https://thingsthatkeepmeupatnight.dev/posts/simple-typescrip...
wereHamster|3 years ago
vhakulinen|3 years ago