peoro / scontainers

2 stars 0 forks source link

Cannot use with Typscript #1

Open st-clair-clarke opened 5 years ago

st-clair-clarke commented 5 years ago

Hello, I would love to try scontainers, but I am coding in typescript. Are there any definition files for typescript? How do you suggest I used the package with typescript?

Cheers

peoro commented 4 years ago

Hey, sorry I didn't see this issue earlier. This project is far from complete anyways, and either on hold or abandoned...

When I was actively working on it, I did try to add support to types (both with Flow and Typescript), but I couldn't find a way to express the concept of traits, which is something that this projects rely heavily on.

If you're able to provide an example of Typescript code that defines and uses traits, I can try adding explicit type information to this project.