added reference to underscore.d.ts

This commit is contained in:
Lokesh Peta
2015-02-20 10:10:22 +00:00
parent 1d095284d5
commit acb59ef01f

View File

@@ -3,6 +3,8 @@
// Definitions by: Ry Racherbaumer <http://github.com/rygine>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../underscore/underscore.d.ts" />
interface UnderscoreStatic {
str: UnderscoreStringStatic;
string: UnderscoreStringStatic;