UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

6 lines (5 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isComponentReference = void 0; const isComponentReference = (ref) => typeof ref === "object" && ref !== null && "key" in ref && "component" in ref; exports.isComponentReference = isComponentReference;