JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 347705
  • Score
    100M100P100Q259380F
  • License MIT

Escape carriage return the right way.

Package Exports

  • escape-carriage

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (escape-carriage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

escape-carriage

Build Status

Escape \r the right way.

npm install --save escape-carriage

Usage

var escapeCarriageReturn = require('escape-carriage');

escapeCarriageReturn('This sentence\rThat\nwill make you pause.');
// That sentence
// will make you pause.