if.ts 111 Bytes
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2 3 4
import { Observable } from '../../Observable';
import { _if } from '../../observable/if';

Observable.if = _if;