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

10 lines 265 B
import {format, trim} from 'formattier'; import {log} from 'logger'; const data = []; export default print = (list) => { list.forEach(i => { console.log(i); }); } export const formatString = (str) => formatter(str); export const MAX_STR_LENGTH = 15;