UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines 313 B
/** * Register a file dependency for loader HMR. * No-op on client, registers file path for watching on server. */ export declare function watchFile(path: string): void; /** @internal */ export declare function _registerWatchFileImpl(impl: (path: string) => void): void; //# sourceMappingURL=watchFile.d.ts.map