git ssb

1+

Matt McKegg / mutant



Tree: 6a2488358b3153546476aba65e4cc9dd5bb5663f

Files: 6a2488358b3153546476aba65e4cc9dd5bb5663f / is-observable.js

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

Built with git-ssb-web