This message was deleted.
# getting-started
s
This message was deleted.
d
I dont really know your specific problem but the import
Copy code
const { isLeft } = await import("fp-ts/lib/Either");
in ts would be
Copy code
import { isLeft } from 'fp-ts/lib/Either'
assuming the library supports ts