@types/js-string-escape
Version:
TypeScript definitions for js-string-escape
23 lines (16 loc) • 712 B
Markdown
# Installation
> `npm install --save @types/js-string-escape`
# Summary
This package contains type definitions for js-string-escape (https://github.com/joliss/js-string-escape).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-string-escape/index.d.ts)
````ts
declare function jsStringEscape(str: any): string;
export = jsStringEscape;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Jamie Davies](https://github.com/viralpickaxe).