Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types are incomplete #30

Open
anoushk1234 opened this issue Aug 22, 2022 · 1 comment
Open

types are incomplete #30

anoushk1234 opened this issue Aug 22, 2022 · 1 comment

Comments

@anoushk1234
Copy link

const r = await art.font("Hello World", "Doom").completed(); this code actually works but according to your ts types it says that completed isnt actually function

@khrome
Copy link
Owner

khrome commented Oct 10, 2022

If you are using types that means you are using https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ascii-art which would be the place to correct it. During the 3.x lifecycle we will support compiling a type definition from source, but because this library runs build-free it will never be native TS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants