UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

6 lines • 258 B
import { observable as Symbol_observable } from '../symbol/observable'; import { isFunction } from './isFunction'; export function isInteropObservable(input) { return isFunction(input[Symbol_observable]); } //# sourceMappingURL=isInteropObservable.js.map