Interface PartialShapeConstructor#

interface PartialShapeConstructor {
    new PartialShape(shape): PartialShape;
}

constructor

new PartialShape(shape): PartialShape

Parameters

  • shape: string

Returns PartialShape