issues Search Results · repo:alvivi/typescript-underscore language:TypeScript
Filter by
3 results
(73 ms)3 results
inalvivi/typescript-underscore (press backspace or delete to remove)When I use your underscore.d.ts file, I get an error at the following line --
declare module underscore { // OO-style export function (arg : any) : UnderscoreOOStatic;
underscore.d.ts(454,20): error ...
cmoulliard
- 1
- Opened on Aug 21, 2013
- #3
UnderscoreWrappedObject is currently just a stub. Trying to use _.chain currently gives these warnings:
The property something does not exist on value of type UnderscoreWrappedObject
qerub
- Opened on Oct 7, 2012
- #2
Doing _(x) emits the following warning:
Value of type UnderscoreStatic is not callable
qerub
- Opened on Oct 7, 2012
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.