extract_file_cached.ts view source
(options: ExtractFileCachedOptions): Promise<ExtractFileCachedResult> import {extract_file_cached} from '@fuzdev/fuz_css/extract_file_cached.js'; Loads the cached extraction when its content hash matches, otherwise extracts
fresh. On a miss with caching enabled, cache_path_to_write carries the path
the caller should write.
options
returns
Promise<ExtractFileCachedResult>