UNPKG

svg-pathdata

Version:

Manipulate SVG path data (path[d] attribute content) simply and efficiently.

2 lines (1 loc) 89 B
export declare function assertThrows<T>(fn: () => void, type: T, message: string): void;