UNPKG

@sanity/default-layout

Version:

The default layout components for Sanity

9 lines (8 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasSearchableTerms = hasSearchableTerms; function hasSearchableTerms(terms) { return terms.query.trim() !== '' || !!terms.types.length; }