mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
@@ -17,7 +17,7 @@ class User {
|
||||
}
|
||||
}
|
||||
|
||||
module Station {
|
||||
namespace Station {
|
||||
|
||||
export class BusPass {
|
||||
|
||||
|
||||
Vendored
+4
-4
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Chris Bowdon <https://github.com/cbowdon>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module TsMonad {
|
||||
declare namespace TsMonad {
|
||||
/**
|
||||
* @name EitherType
|
||||
* @description Enumerate the different types contained by an Either object.
|
||||
@@ -178,7 +178,7 @@ declare module TsMonad {
|
||||
public equals(other: Either<L, R>): any;
|
||||
}
|
||||
}
|
||||
declare module TsMonad {
|
||||
declare namespace TsMonad {
|
||||
/**
|
||||
* @name eq
|
||||
* @description Compare two objects :
|
||||
@@ -279,7 +279,7 @@ declare module TsMonad {
|
||||
map<U>(f: (t: T) => U): Functor<U>;
|
||||
}
|
||||
}
|
||||
declare module TsMonad {
|
||||
declare namespace TsMonad {
|
||||
/**
|
||||
* @name MaybeType
|
||||
* @description Enumerate the different types contained by an Maybe object.
|
||||
@@ -461,7 +461,7 @@ declare module TsMonad {
|
||||
public equals(other: Maybe<T>): any;
|
||||
}
|
||||
}
|
||||
declare module TsMonad {
|
||||
declare namespace TsMonad {
|
||||
/**
|
||||
* @name WriterPatterns
|
||||
* @description Define a contract to unwrap Writer object using a
|
||||
|
||||
Reference in New Issue
Block a user