mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #3903 from wfortin/patch-1
Update underscore.string.ts to support new 3.0.0 api
This commit is contained in:
+2
@@ -10,6 +10,8 @@ interface UnderscoreStatic {
|
||||
string: UnderscoreStringStatic;
|
||||
}
|
||||
|
||||
declare var s : UnderscoreStringStatic;
|
||||
|
||||
interface UnderscoreStringStatic extends UnderscoreStringStaticExports {
|
||||
/**
|
||||
* Tests if string contains a substring.
|
||||
|
||||
Reference in New Issue
Block a user