git ssb

1+

Matt McKegg / mutant



Tree: 47af4cfff131b656d6f418cd79de17a67d34fd4e

Files: 47af4cfff131b656d6f418cd79de17a67d34fd4e / is-observable.js

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

Built with git-ssb-web