Files: 89e85f9009db15cde0d4a19d0f6fd5167a25d808 / is-observable.js
98 bytesRaw
1 | module.exports = isObservable |
2 | |
3 | function isObservable (obj) { |
4 | return typeof obj === 'function' |
5 | } |
6 |
Built with git-ssb-web
1 | module.exports = isObservable |
2 | |
3 | function isObservable (obj) { |
4 | return typeof obj === 'function' |
5 | } |
6 |
Built with git-ssb-web