UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

6 lines (4 loc) 156 B
import { FUNCTION } from './consts/typeNames' export function isObservable (value: any) { return value.subscribe && FUNCTION == typeof value.subscribe }