UNPKG

@farmfe/core

Version:

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

6 lines (5 loc) 283 B
import type { Resource } from '@farmfe/runtime/src/resource-loader.js'; export declare function getDynamicResources(dynamicResourcesMap: Record<string, string[][]> | null): { dynamicResources: Resource[] | null; dynamicModuleResourcesMap: Record<string, number[]> | null; };