question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Type Definitions (TypeScript)

See original GitHub issue

Hi @dominicstop !

First off, I have to say I really love your library. I’ve had a hard time with a similar library, but yours works a lot better for my use case. A big downside for me are the missing Types (.ts/.d.ts) and type definitions for TypeScript, as I am using TypeScript for my whole project, and now this single library is emitting warnings since there are no types here.

Could you maybe consider adding types if you have some free time available?

Thank you!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:11
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
dominicstopcommented, Nov 15, 2021

also, sorry this took so long @mrousavy 😔 I don’t really open my github, so this is the first time i’m seeing this asdfghjkldfghjkljklhjkl

I’ll close this issue once I’ve completed re-writing the examples in typescript 😭

1reaction
nandorojocommented, Nov 15, 2021

Thank you @dominicstop!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Type Declarations - TypeScript
Built-in Type Definitions ... TypeScript includes declaration files for all of the standardized built-in APIs available in JavaScript runtimes. This includes ...
Read more >
A quick introduction to “Type Declaration” files and adding ...
A Type Declaration or Type Definition file is a TypeScript file but with .d.ts filename extension. So what so special about these Type ......
Read more >
What Are Type Declaration Files In TypeScript? - maxoid.io
You probably have seen files with a file extension like .d.ts in some JavaScript or TypeScript projects (libraries or frameworks) before and you ......
Read more >
The repository for high quality TypeScript type definitions.
The repository for high quality TypeScript type definitions. - GitHub - DefinitelyTyped/DefinitelyTyped: The repository for high quality TypeScript type ...
Read more >
Typescript Typings: The Complete Guide: @types Compiler ...
By far the most differentiating feature of the Typescript language are its multiple different types of type definitions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found