UNPKG

@scalar/openapi-types

Version:
6 lines (5 loc) 198 B
const isDereferenced = (obj) => typeof obj === "object" && obj !== null && !("$ref" in obj && typeof obj.$ref === "string"); export { isDereferenced }; //# sourceMappingURL=is-dereferenced.js.map