git ssb

1+

Matt McKegg / mutant



Tree: 2ab2a391ff3ab284d348e34d95999560bad360fd

Files: 2ab2a391ff3ab284d348e34d95999560bad360fd / is-observable.js

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

Built with git-ssb-web