git ssb

1+

Matt McKegg / mutant



Tree: b2fdeb4fd6885660fbabd2c35067dd8f334cd4d6

Files: b2fdeb4fd6885660fbabd2c35067dd8f334cd4d6 / is-observable.js

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

Built with git-ssb-web