Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / dist / utils / isStyledComponent.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isStyledComponent(target) {
    return (
    // $FlowFixMe TODO: flow for styledComponentId
    typeof target === 'function' && typeof target.styledComponentId === 'string');
}
exports.default = isStyledComponent;
//# sourceMappingURL=isStyledComponent.js.map