git ssb

1+

Matt McKegg / mutant



Tree: d7a1130a598a37fd45555d78281b786778132101

Files: d7a1130a598a37fd45555d78281b786778132101 / 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