npm install --save @types/unicode-escape
This package contains type definitions for unicode-escape (https://github.com/jmeas/unicode-string-to-javascript-escape.js).
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;
- Last updated: Mon, 23 Sep 2024 19:36:03 GMT
- Dependencies: none
These definitions were written by Remco Haszing.