@arcmantle/library
    Preparing search index...
    • Write a value to the target at the path.

      Parameters

      • target: Record<keyof any, any>

        The object to write to.

      • path: string

        The object path to write to.

      • value: any

        The value to write.

      • options: {
            createMissingSegments?: boolean;
            deleteIfUndefined?: boolean;
            useCache?: boolean;
        } = {}

      Returns boolean