git ssb

1+

Matt McKegg / mutant



Tree: 5dfdb498b7d97dce1f07169d43146aa777dd3431

Files: 5dfdb498b7d97dce1f07169d43146aa777dd3431 / is-observable.js

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

Built with git-ssb-web