@types/newline-remove
Version:
TypeScript definitions for newline-remove
26 lines (19 loc) • 759 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/newline-remove/index.d.ts)
````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](https://github.com/OpenByteDev).