getCaseInsensitiveFileIndex
Retrieves the installed case-insensitive file index for the given application, if any.
Import:
import { getCaseInsensitiveFileIndex } from 'obsidian-dev-utils/obsidian/case-insensitive-file-index';Signature:
function getCaseInsensitiveFileIndex(app: App): CaseInsensitiveFileIndex | nullParameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The application instance whose index to retrieve. |
Returns: CaseInsensitiveFileIndex | null — The index if one is installed for this application, otherwise null.