Buckets:
| import { InteropObservable } from '../types'; | |
| import { observable as Symbol_observable } from '../symbol/observable'; | |
| import { isFunction } from './isFunction'; | |
| /** Identifies an input as being Observable (but not necessary an Rx Observable) */ | |
| export function isInteropObservable(input: any): input is InteropObservable<any> { | |
| return isFunction(input[Symbol_observable]); | |
| } | |
Xet Storage Details
- Size:
- 378 Bytes
- Xet hash:
- 923935860f5d6201e8b4f7158ff699df54fd433689b89a9fe6eb8121f024d21d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.