AFFiNE/packages/native/fs-watcher.d.ts
2023-05-17 12:36:51 +08:00

4 lines
96 B
TypeScript

import type { FsWatcher } from './index';
export function createFSWatcher(): typeof FsWatcher;