git ssb

1+

Matt McKegg / mutant



Tree: ba938d4692fe73ad9200093bf9c44381ab8373e1

Files: ba938d4692fe73ad9200093bf9c44381ab8373e1 / is-observable.js

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

Built with git-ssb-web