interface SetOptions {
    disableEmit?: boolean;
}

Properties

Properties

disableEmit?: boolean