SkillAgentSearch skills...

Dentist

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

Install / Use

/learn @paperhive/Dentist
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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!
*/
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks2

Languages

JavaScript

Security Score

70/100

Audited on Jun 27, 2022

No findings