mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
baconjs [http://baconjs.github.io/] definition
This commit is contained in:
Vendored
+3
-3
@@ -389,7 +389,7 @@ declare module Bacon {
|
||||
* @constant
|
||||
* @description The opaque value `sink` function may return. See [Bacon.fromBinder]{@link Bacon.fromBinder}.
|
||||
*/
|
||||
const more:More;
|
||||
var more:More;
|
||||
|
||||
/**
|
||||
* @interface
|
||||
@@ -402,7 +402,7 @@ declare module Bacon {
|
||||
* @constant
|
||||
* @description The opaque value `sink` function may return. See [Bacon.fromBinder]{@link Bacon.fromBinder}.
|
||||
*/
|
||||
const noMore:NoMore;
|
||||
var noMore:NoMore;
|
||||
|
||||
/**
|
||||
* @class Observable
|
||||
@@ -2743,4 +2743,4 @@ declare module Bacon {
|
||||
|
||||
declare module "baconjs" {
|
||||
export = Bacon;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user