Typescript typings
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
I have limited typing which you may want to enhance and publish
declare module "yo-yo"{
interface yo_yo{
(strings:string[],...values:any[]):HTMLElement;
update(element:HTMLElement,element2:HTMLElement);
}
var yo:yo_yo;
export = yo;
}
declare module "dom-css"{
interface dom_css{
(element:HTMLElement, css:any):void;
}
var css:dom_css;
export = css;
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proposed TypeScript declarations for the "yo-yo" and "dom-css" modules in the issue body, checking how their exported functions and update behavior should be represented. Done means the typings are enhanced beyond the supplied limited version and published for users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100