‘liusuyi’
2023-08-31 296bc1c12ed1cff4839a6387757845c98379c273
1
2
3
4
5
6
/** PURE_IMPORTS_START _symbol_observable PURE_IMPORTS_END */
import { observable as Symbol_observable } from '../symbol/observable';
export function isInteropObservable(input) {
    return input && typeof input[Symbol_observable] === 'function';
}
//# sourceMappingURL=isInteropObservable.js.map