Interface SetAtPathOptions

Options for setting a value at a path.

interface SetAtPathOptions {
    separator?: string;
}

Properties

Properties

separator?: string

The separator for the path (default: ".").