method DiffGenerator.prototype.extractDomain
DiffGenerator.prototype.extractDomain(rule: string): string | null

Extracts domain from a rule

Parameters

rule: string

Return Type

string | null

Usage

import { DiffGenerator } from ".";