git ssb

1+

Matt McKegg / mutant



Tree: f69a37d1862b7bc2b9590d1514f049129243de67

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