UNPKG

js2flowchart

Version:

> Why? While I've been working on [Under-the-hood-ReactJS](https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS) I spent enormous amount of time on creating schemes. Each change in code or flowchart affects all entire scheme instantly, forcing you t

7 lines (4 loc) 188 B
import { delegateInit } from './BaseShape'; import { Rectangle } from './Rectangle'; const ENTITY_FIELD_NAME = 'TryStatement'; export default delegateInit(Rectangle, ENTITY_FIELD_NAME);