UNPKG

one

Version:

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

6 lines 247 B
export type LoaderResult<T> = { result: T; dependencies: Set<string>; }; export declare function trackLoaderDependencies<T>(fn: () => T | Promise<T>): Promise<LoaderResult<Awaited<T>>>; //# sourceMappingURL=trackLoaderDependencies.d.ts.map