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 Declarations

See original GitHub issue

Create type declarations module and install with npm install @types/arwes

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
romelperezcommented, Aug 30, 2020

Hi @Dessix,

The plan is to refactor completely the current public alpha, and since the APIs are going to change, I don’t think it’s a good idea to add types for the time being.

Once there is a more stable API, I’ll create the corresponding tasks for anyone who wants to contribute adding them can do so.

Thank you!

0reactions
romelperezcommented, Dec 23, 2020

The project build system has been migrated to TypeScript with #61.

Since the only package completed is @arwes/animation, it is the only one functional for now. You can check it out in the project playground by downloading the repository and running npm run playground-watch, until the website is fully set up.

More features are on the way 🧑‍🏭

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Type Declarations - TypeScript
TypeScript includes declaration files for all of the standardized built-in APIs available in JavaScript runtimes. This includes things like methods and ...
Read more >
Type declarations - Manual - PHP
Type declarations can be added to function arguments, return values, and, as of PHP 7.4.0, class properties. They ensure that the value is...
Read more >
TypeScript — Type Declaration Files | by Makesh Kumar
Type declaration files are the files with d.ts extension, where types were declared via interface or type . These declaration files have no...
Read more >
3.2.1 Type Declarations
A type defined by a type_declaration is a named type; such a type has one or more nameable subtypes. Certain other forms of...
Read more >
Type Declaration - IBM
A type declaration statement specifies the type, length, and attributes of objects and functions. You can assign initial values to objects.
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