indent

0.0.2 • Public • Published

Indent

Build Status NPM version NPM license

Indent a string.

Install

npm install indent

Usage

var indent = require('indent');
 
indent('hello\nworld', 2);
// "  hello\n  world"
 
indent('hello\nworld', '  ');
// "  hello\n  world"
 
indent('hello\nworld');
// "  hello\n  world"
 
indent('hello\nworld', '\t');
// "\thello\n\tworld"

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    32,462
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    32,462
  • 0.0.1
    124
  • 0.0.0
    11

Package Sidebar

Install

npm i indent

Weekly Downloads

9,191

Version

0.0.2

License

MIT

Last publish

Collaborators

  • airportyh