Interface SetPropOptions

Options interface for z.setProp

interface SetPropOptions {
    separator?: string;
    create?: boolean;
    overwrite?: string | boolean;
}

Properties

separator?: string
create?: boolean
overwrite?: string | boolean