git ssb

1+

Matt McKegg / mutant



Tree: ec5f24a6f4ba05019584fb51d27668e5766a4963

Files: ec5f24a6f4ba05019584fb51d27668e5766a4963 / is-observable.js

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

Built with git-ssb-web