mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-10 19:04:26 +02:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export declare function testEvents(src: string): {
|
|
events: string[];
|
|
error: unknown;
|
|
};
|