-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Definition File #46
Comments
From @troywweber7 on August 15, 2017 16:27 I'm also not an expert at writing typescript definitions, so I may have gone about it wrong. Open to criticism. |
@troywweber7 this is pretty cool. Sorry I'm just now getting around to checking it out. I've got some urgent bugs/features to add for Blue/PocketBeagle support, but will try to get this in for my next major release. |
From @troywweber7 on December 29, 2017 21:57 @jadonk eventually I intend to submit this to DefinitelyTyped repository so anyone can Ultimately, definitely typed recommends bundling the type definition file in your project if possible. To do that, one would just add an entry to Anyway, as a final thought (for now), I'm using it in multiple projects, so I have cheated for now and am temporarily hosting here and it can be installed in a project with Cheers. |
From @troywweber7 on August 9, 2017 0:10
I might submit this as a pull request at a later date, but I've started a typescript definition file for this project. The definition file is incomplete and might not be perfect as I am not intimately familiar with all the shapes in this library yet. But to whomever it helps, you can plop this file in your project and start using bonescript in TS (more easily than without).
Save as
BoneScript.d.ts
in your project:To whomever is more familiar with the shapes in this library than I, please give me feedback or fill in the missing/improper shapes.
Copied from original issue: jadonk#151
The text was updated successfully, but these errors were encountered: