UNPKG

jest-metadata

Version:

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

9 lines (8 loc) 265 B
export declare class PlantLink { readonly from: string; readonly to: string; readonly label: string; readonly style: 'solid' | 'dashed'; constructor(from: string, to: string, label: string, style?: 'solid' | 'dashed'); toString(): string; }