mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
tsmonad: fixed a bug I introduced
This commit is contained in:
2
tsmonad/index.d.ts
vendored
2
tsmonad/index.d.ts
vendored
@@ -460,7 +460,7 @@ declare namespace TsMonad {
|
||||
* @param {T} pattern Default value to have if Nothing
|
||||
* @return {Maybe<T>}
|
||||
*/
|
||||
public defaulting(defaultValue: T): T;
|
||||
public defaulting(defaultValue: T): Maybe<T>;
|
||||
/**
|
||||
* @name equals
|
||||
* @description Compare the type and the content of two Maybe
|
||||
|
||||
Reference in New Issue
Block a user