UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 112 B
export const isPage = (entry) => { return entry.hasOwnProperty('href') && entry.hasOwnProperty('title'); };