git ssb

1+

Matt McKegg / mutant



Tree: 117c25c0033f5aa847498c91de7027643cf61eb7

Files: 117c25c0033f5aa847498c91de7027643cf61eb7 / 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