lambda-api icon indicating copy to clipboard operation
lambda-api copied to clipboard

Typescript documentation is out of date - createApi() no longer parses

Open croconut opened this issue 2 years ago • 0 comments

i was forced to start using below, as of TS 4.5

import createAPI, { NextFunction, Request, Response } from 'lambda-api';

const api = createAPI.default();

createAPI is no longer directly callable

croconut avatar Nov 20 '23 23:11 croconut