1.1.0 • Published 4 years ago

clearr v1.1.0

Weekly downloads
3
License
AGPL-3.0
Repository
gitlab
Last release
4 years ago

Clearr

npm version

clearr Updates The String To Remove \r (Carriage Return) Just Like The Terminal Would Do.

yarn add clearr
npm i clearr

Table Of Contents

API

The package is available by importing its default function:

import clearr from 'clearr'

clearr(  string: string,): string

Clears the carriage return like the terminal would.

/* alanode example/ */
import clearR from 'clearr'

const res = clearR('...\r..?\r.!')
console.log(res)
.!?

Copyright & License

GNU Affero General Public License v3.0