git ssb

1+

Matt McKegg / mutant



Tree: bf170bc7b3672405705146b57533b5850f041abc

Files: bf170bc7b3672405705146b57533b5850f041abc / lib / is-reference-type.js

107 bytesRaw
1module.exports = function isReferenceType (value) {
2 return typeof value === 'object' && value !== null
3}
4

Built with git-ssb-web