UNPKG

@drieam/common

Version:

Default Drieam api wrapper

10 lines (8 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDisplayName = getDisplayName; function getDisplayName(WrappedComponent) { return WrappedComponent.displayName || WrappedComponent.name || "Component"; }