git ssb

1+

Matt McKegg / mutant



Tree: 994654fc520c8585e99de99665ac7140ce87a446

Files: 994654fc520c8585e99de99665ac7140ce87a446 / 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