git ssb

1+

Matt McKegg / mutant



Tree: fd48051c9a0ccc1e5fd254db048758d8eff91383

Files: fd48051c9a0ccc1e5fd254db048758d8eff91383 / is-observable.js

98 bytesRaw
1module.exports = isObservable
2
3function isObservable (obj) {
4 return typeof obj === 'function'
5}
6

Built with git-ssb-web