UNPKG

ttk-component

Version:

- 1、npm install ttk-component --save

14 lines (11 loc) 279 B
/*import beautify from 'js-beautify' function beautifyJS(str) { return beautify.js_beautify(str, { indent_size: 4 }) } function beautifyCSS(str) { return beautify.css_beautify(str, { indent_size: 4 }) } export default { beautifyJS, beautifyCSS }*/