This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
ImageBoard not 100% TS ? #57
Closed
Description
Hi,
whay do you use a callback function here without any typing ?
https://github.com/Microsoft/TypeScriptSamples/blob/master/imageboard/app.ts#L41
Wouldn't it be better to use something like this:
app.get('/findImages', ( req:Request, res:Response ) => {
?