git ssb

1+

Matt McKegg / mutant



Tree: 955ee4ba0914a6c2c9a1158bdfa7ea7a186ca900

Files: 955ee4ba0914a6c2c9a1158bdfa7ea7a186ca900 / is-observable.js

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

Built with git-ssb-web