AFFiNE/packages/native/fs-watcher.d.ts

4 lines
96 B
TypeScript
Raw Normal View History

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