UNPKG

indent.js

Version:

Fast minimalistic pure indentation of JavaScript, CSS, and HTML.

5 lines (3 loc) 80 B
'use strict'; var indent = require('./indent') module.exports.indent = indent;