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

1.0.2 • 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.

index.d.ts

/**
 * 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 default unescapeJs;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Uzwername.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/unescape-js

Weekly Downloads

11,864

Version

1.0.2

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types