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
I maintain the figlet repo. A user (@andytan0727) put in an issue (patorjk/figlet.js#50 (comment)) mentioning that the parseFont method is missing from the index.d.ts file:
I am not that familiar with TypeScript, so I don't want to put in a PR, but I believe this is what would need to be added: (inside of the figlet namespace)
function parseFont(fontName: string, data: string): FontOptions;
The text was updated successfully, but these errors were encountered:
Hi thread, we're moving DefinitelyTyped to use GitHub Discussions for conversations the @types modules in DefinitelyTyped.
To help with the transition, we're closing all issues which haven't had activity in the last 6 months, which includes this issue. If you think closing this issue is a mistake, please pop into the TypeScript Community Discord and mention the issue in the definitely-typed channel.
I maintain the figlet repo. A user (@andytan0727) put in an issue (patorjk/figlet.js#50 (comment)) mentioning that the parseFont method is missing from the index.d.ts file:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/figlet/index.d.ts
I am not that familiar with TypeScript, so I don't want to put in a PR, but I believe this is what would need to be added: (inside of the figlet namespace)
function parseFont(fontName: string, data: string): FontOptions;
The text was updated successfully, but these errors were encountered: