flexsearch-ts
Version:
Next-Generation full text search library with zero dependencies.
33 lines (22 loc) • 689 B
JavaScript
/** @define {boolean} */
export const DEBUG = false;
/** @define {boolean} */
export const POLYFILL = false;
/** @define {boolean} */
export const SUPPORT_WORKER = false;
/** @define {boolean|string} */
export const SUPPORT_ENCODER = false;
/** @define {boolean} */
export const SUPPORT_CACHE = false;
/** @define {boolean} */
export const SUPPORT_ASYNC = false;
/** @define {boolean} */
export const SUPPORT_STORE = false;
/** @define {boolean} */
export const SUPPORT_TAGS = false;
/** @define {boolean} */
export const SUPPORT_SUGGESTION = false;
/** @define {boolean} */
export const SUPPORT_SERIALIZE = false;
/** @define {boolean} */
export const SUPPORT_DOCUMENT = false;