28
loading...
This website collects cookies to deliver better user experience
// type-only import
import types { Request, Response } from 'express';
import express from 'express';
const app = express()
app.get('/', (req: Request, res: Response) => {/** logic here */})
// type-only export
export type { Request, Response };
Note: The Adobe team built react-aria and use it in their design system – react spectrum.
Don't compare yourself with other people; compare yourself with who you were yesterday
– Jordan Peterson