@types/unicode-escape
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Installation

npm install --save @types/unicode-escape

Summary

This package contains type definitions for unicode-escape (https://github.com/jmeas/unicode-string-to-javascript-escape.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unicode-escape.

/**
 * Convert a unicode string to a string of Javascript escape sequences.
 */
declare function unicodeEscape(str: string): string;

export = unicodeEscape;

Additional Details

  • Last updated: Mon, 23 Sep 2024 19:36:03 GMT
  • Dependencies: none

Credits

These definitions were written by Remco Haszing.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/unicode-escape

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

2.93 kB

Total Files

5

Last publish

Collaborators

  • types