mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Reduce text differences with the old version (Visual Studio being mean!)
This commit is contained in:
+294
-294
File diff suppressed because it is too large
Load Diff
Vendored
+7
-7
@@ -181,15 +181,15 @@ declare module _ {
|
||||
**/
|
||||
valueOf(): T;
|
||||
|
||||
/**
|
||||
* @see valueOf
|
||||
**/
|
||||
value(): T;
|
||||
}
|
||||
/**
|
||||
* @see valueOf
|
||||
**/
|
||||
value(): T;
|
||||
}
|
||||
|
||||
interface LoDashWrapper<T> extends LoDashWrapperBase<T, LoDashWrapper<T>> { }
|
||||
interface LoDashWrapper<T> extends LoDashWrapperBase<T, LoDashWrapper<T>> {}
|
||||
|
||||
interface LoDashObjectWrapper<T> extends LoDashWrapperBase<T, LoDashObjectWrapper<T>> { }
|
||||
interface LoDashObjectWrapper<T> extends LoDashWrapperBase<T, LoDashObjectWrapper<T>> {}
|
||||
|
||||
interface LoDashArrayWrapper<T> extends LoDashWrapperBase<T[], LoDashArrayWrapper<T>> {
|
||||
concat(...items: T[]): LoDashArrayWrapper<T>;
|
||||
|
||||
Reference in New Issue
Block a user