Installation
npm install --save @types/decode-entities
Summary
This package contains type definitions for decode-entities (https://github.com/waspothegreat/decode-entities#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/decode-entities.
index.d.ts
declare function decode(encodedString: string): string;
export = decode;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
Credits
These definitions were written by waspothegreat.