@types/sanitize-html Fix TypeScript version so #36587 can be unblocked. (#36588)

This commit is contained in:
Ganesh Prasannah ✅ 2019-07-12 00:58:29 +05:30 committed by Armando Aguirre
parent 40a2808bc0
commit 1301cf09e3

View File

@ -8,9 +8,13 @@
// A penguin <https://github.com/sirMerr>
// Johan Davidsson <https://github.com/johandavidson>
// Jianrong Yu <https://github.com/YuJianrong>
// GP <https://github.com/paambaati>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import {Options} from "htmlparser2";
///<reference types="htmlparser2"/>
import { Options } from "htmlparser2";
export = sanitize;