multiply(part1, part2) function

Multiplies two spell calculation parts.

Signature:

export declare function multiply(part1: string, part2: string): string;

Parameters

ParameterTypeDescription
part1StringThe first part.
part2StringThe second part.

Return type : String