mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
import type { FsWatcher } from './index';
|
|
|
|
export function createFSWatcher(): typeof FsWatcher;
|