UNPKG

@sanity/default-layout

Version:

The default layout components for Sanity

9 lines (8 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRecentSearchTerms = isRecentSearchTerms; function isRecentSearchTerms(terms) { return typeof terms.__recent !== 'undefined'; }