npm install --save @types/unescape-js
This package contains type definitions for unescape-js (https://www.npmjs.com/package/unescape-js).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unescape-js.
/**
* Unescape special characters encoded with JavaScript escape sequences
* @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#using_special_characters_in_strings}
*/
declare function unescapeJs(string: string): string;
export = unescapeJs;
- Last updated: Tue, 17 Sep 2024 16:40:05 GMT
- Dependencies: none
These definitions were written by Uzwername.