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