// Type definitions for decode-entities 1.0 // Project: https://github.com/waspothegreat/decode-entities#readme, https://github.com/waspothegreat/strip-entities // Definitions by: waspothegreat // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function decode(encodedString: string): string; export = decode;