strip-stars

1.0.0 • Public • Published

strip-stars

GratiPay Downloads Version

Removes C-style comment stars from every line of the string.

Installation

npm install --save-dev strip-stars

Usage

import stripStars from 'strip-stars';

stripStars(`
 * This is a description.
 *
 * ## Example
 *
 * ```js
 * function hello() {
 *   console.log('Hi!');
 * }
 * ```
`);

// This is a description.
//
// ## Example
//
// ```js
// function hello() {
//   console.log('Hi!');
// }
// ```

License

ISC

Package Sidebar

Install

npm i strip-stars

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • alexgorbatchev