1.0.3 • Published 2 years ago
@types/js-string-escape v1.0.3
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
// Type definitions for js-string-escape 1.0
// Project: https://github.com/joliss/js-string-escape
// Definitions by: Jamie Davies <https://github.com/viralpickaxe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function jsStringEscape(str: any): string;
export = jsStringEscape;
Additional Details
- Last updated: Tue, 17 Aug 2021 21:31:25 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Jamie Davies.