UNPKG

@fluentui/react-northstar

Version:
10 lines (8 loc) 286 B
"use strict"; exports.__esModule = true; exports.getKindProp = void 0; var getKindProp = function getKindProp(item, defaultValue) { return typeof item === 'object' && item.kind ? item.kind : defaultValue; }; exports.getKindProp = getKindProp; //# sourceMappingURL=getKindProp.js.map