mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
improve module declarations
This commit is contained in:
5
types/dompurify/index.d.ts
vendored
5
types/dompurify/index.d.ts
vendored
@@ -3,9 +3,8 @@
|
||||
// Definitions by: Dave Taylor <http://davetayls.me>, Samira Bazuzi <https://github.com/bazuzi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module 'dompurify' {
|
||||
export = DOMPurify;
|
||||
}
|
||||
export = DOMPurify;
|
||||
export as namespace DOMPurify;
|
||||
|
||||
declare var DOMPurify: DOMPurify;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user