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

1.0.3 • Public • Published

Installation

npm install --save @types/unescape-js

Summary

This package contains type definitions for unescape-js (https://www.npmjs.com/package/unescape-js).

Details

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;

Additional Details

  • Last updated: Tue, 17 Sep 2024 16:40:05 GMT
  • Dependencies: none

Credits

These definitions were written by Uzwername.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/unescape-js

Weekly Downloads

1,663

Version

1.0.3

License

MIT

Unpacked Size

3.12 kB

Total Files

5

Last publish

Collaborators

  • types