@types/html-to-rtf
Version:
TypeScript definitions for html-to-rtf
22 lines (16 loc) • 727 B
Markdown
# Installation
> `npm install --save @types/html-to-rtf`
# Summary
This package contains type definitions for html-to-rtf (https://github.com/oziresrds/html-to-rtf).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-to-rtf.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-to-rtf/index.d.ts)
````ts
export function convertHtmlToRtf(html: string): string;
export function saveRtfInFile(path: string, value: string): void;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Alex Brick](https://github.com/bricka).