UNPKG
boa-core
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
The core library for b-o-a
github.com/bouzuya/boa-core
bouzuya/boa-core
boa-core
/
lib
/
o.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
{
Observable
}
from
'rxjs/Observable'
;
declare
type
O<T> =
Observable
<T>;
declare
const
O
:
typeof
Observable
;
export
{ O };