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
/
server.d.ts
3 lines
•
135 B
TypeScript
View Raw
1
2
3
declare
const
client
:
(
svg: File,
window
?: Window |
null
) =>
Promise
<
File
>;
export
default
client;
//# sourceMappingURL=server.d.ts.map