@types/newline-remove
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/newline-remove

Summary

This package contains type definitions for newline-remove (https://github.com/yoshuawuyts/newline-remove).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newline-remove.

index.d.ts

/**
 * Strip all newlines from the given value
 */
declare function removeNewlines(val: string): string;

export = removeNewlines;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by OpenByteDev.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/newline-remove

Weekly Downloads

100

Version

1.0.2

License

MIT

Unpacked Size

2.85 kB

Total Files

5

Last publish

Collaborators

  • types