interface IToDot {
    toDot(opts?): string;
}

Methods

Methods

  • Parameters

    Returns string

Generated using TypeDoc