You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 functionThe text was updated successfully, but these errors were encountered: