zebzhao / indent.js

Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
https://zebzhao.github.io/indent.js/
MIT License
76 stars 8 forks source link

There is an error the name export in docs #14

Open clearyandzap opened 5 years ago

clearyandzap commented 5 years ago

The docs state that you can import with the library like: import {indent} form 'indent.js', but that yields undefined. It should be import indent from 'indent.js'