Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

spacestandard

talmobi47MIT0.3.0

standard with spaces

spacestandard

readme

spacestandard

standard with spaces

sample

var list = [{a:'foo'},{b:'bar'}]

get(function () {
  return ('cake')
})

=>

var list = [ { a: 'foo' }, { b: 'bar' } ]

get( function () {
  return ( 'cake' )
} )

Install

locally ( project specific, for use with npm scripts )

npm install spacestandard

globally

npm install -g spacestandard