git ssb

1+

Matt McKegg / mutant



Tree: 3bfb6e65a932b5fb11b3c2260c7582699eb17ae5

Files: 3bfb6e65a932b5fb11b3c2260c7582699eb17ae5 / is-observable.js

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

Built with git-ssb-web