Package version:

The configuration for patcher to skip a patch or not.

interface PatchSkipConfig {
    skip?: boolean;
}

Properties

Properties

skip?: boolean

The flag to indicate whether to skip the patch or not.