git ssb

1+

Matt McKegg / mutant



Tree: a1abe9b483bc5d56548a660d97c1e2290a176d19

Files: a1abe9b483bc5d56548a660d97c1e2290a176d19 / is-observable.js

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

Built with git-ssb-web