UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 123 B
export const isGroup = (entry) => { return Boolean(entry.hasOwnProperty('group') && entry.hasOwnProperty('pages')); };