Skip to content

ianstormtaylor/indent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Indent

Indents a string.

Install

npm install indent

Usage

var ident = require('indent')

indent('hello\nworld')
// => '  hello\n  world'

// specify amount
indent('hello\nworld', '    ')
// => '    hello\n    world'

About

Indents a string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published