UNPKG
@mattkrick/sanitize-svg
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
a small script to remove script tags from SVGs
mattkrick/sanitize-svg
@mattkrick/sanitize-svg
/
dist
/
types
/
sanitizeSVG.d.ts
4 lines
•
206 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
declare
const
sanitizeSVG
:
(
svg: File | Buffer,
window
?: Window |
null
) =>
Promise
<
File
|
Buffer
|
null
>;
export
default
sanitizeSVG;
//# sourceMappingURL=sanitizeSVG.d.ts.map