stoplightio/json

View on GitHub
src/isLocalRef.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const isLocalRef = (pointer: string) => pointer.length > 0 && (pointer === '#' || /^#\S*$/.test(pointer));