This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Promise<unknown> and other things #81
Open

Description
Hi
I have a .d.ts file containing Promise<unknown>
and it fails
but when I change the code to Promise<any>
it's ok
I'm trying to understand why so I found that unknown
was introduced in typescript 3.
So my question is, is js_facade_gen
compatible only with ts 2 or I else I need to change a config somewhere?
Metadata
Metadata
Assignees
Labels
No labels