Laptop-Thing/web/node_modules/yaml/dist/test-events.d.ts

5 lines
96 B
TypeScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
export declare function testEvents(src: string): {
events: string[];
error: unknown;
};