ascii-art icon indicating copy to clipboard operation
ascii-art copied to clipboard

types are incomplete

Open anoushk1234 opened this issue 1 year ago • 1 comments

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

anoushk1234 avatar Aug 22 '22 06:08 anoushk1234

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.

khrome avatar Oct 10 '22 16:10 khrome