dentist

v1.0.3
NodeJS string dedenting module – make your template strings look nice!
strings indent dedent deindent templates template strings

dentist travis-ci codecov.io npm

NodeJS string dedenting module – make your template strings look nice!

Documentation

npm install dentist
import { dedent } from 'dentist';

const str = dedent(`
  Hi, check out the following line:

    it's indented!
  
  Crazy!
`);

/* Now str contains the string without the leading indentation:
Hi, check out the following line:

  it's indented!

Crazy!
*/
npm i dentist

Metadata

  • MIT
  • Whatever
  • Jennifer Gebske
  • released 6/29/2016

Downloads