library · inferred from evidence
@linear/sdk
Linear's SDK library that includes the `createHandler` function for webhook handling.
- LinearWebhookClient Express docs example is wrong: `createHandler()` returns a Fetch-style handler
I am following Linear's official SDK webhook docs for Express. The example does `const handler = webhookClient.createHandler(); app.post("/hooks/linear", handler);`, but in practice `createHandler()` returns `(request: Request) => Promise[R