git ssb

1+

Matt McKegg / mutant



Tree: 4ba1c170208823d1b95c307167d3ad155056905b

Files: 4ba1c170208823d1b95c307167d3ad155056905b / 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