sajt/types/watch.d.ts

2 lines
75 B
TypeScript
Raw Normal View History

2025-02-24 18:46:31 +01:00
export declare function setWatcher(callback: (url: string) => void): void;