1.0.3 • Published 2 years ago

@types/js-string-escape v1.0.3

Weekly downloads
10,840
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

7 years ago