stoplightio/json

View on GitHub
src/isExternalRef.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const isExternalRef = (pointer: string) => pointer.length > 0 && pointer[0] !== '#';