3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
|
declare function clear(element: Element): void;
|
||
|
export { clear };
|