Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/es6-symbol/is-symbol.js
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

6 lines
138 B
JavaScript

'use strict';
module.exports = function (x) {
return (x && ((typeof x === 'symbol') || (x['@@toStringTag'] === 'Symbol'))) || false;
};