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