mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
This commit is contained in:
parent
40a2808bc0
commit
1301cf09e3
6
types/sanitize-html/index.d.ts
vendored
6
types/sanitize-html/index.d.ts
vendored
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user