Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FullHuman/purgecss
/ RawContent
Interface
RawContent
packages/purgecss/src/types/index.ts:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
* @public
22
*/
23
export
interface
RawContent<T = string> {
24
extension: string;
25
raw: T;
26
}
27
28
/**
29
* @public
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…