oakgary
oakgary
/file_a.ts ``` export async function test() { console.log('test'); } ``` /file_b.ts ``` import { test } from './file_a.ts'; export async function handler(event: LambdaEvent): Promise { await test(); } ``` Executing...
Trying to add the response lib to my environment I run into the following error: ``` │2020-08-18 09:17:06.958 UTC [71] ERROR: return type mismatch in function declared to return void...
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [x] This is an issue with the Node library ### Describe the bug We...