Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/purifycss/purifycss
/ index.js
File
index.js
__tests__/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
"fs"
)
2
const
purify = require(
"../lib/purifycss.js"
)
3
const
absPath = `${__dirname}/test_examples/`
4
const
read = path => fs.readFileSync(absPath + path,
"utf8"
)
Callers
nothing calls this directly
Calls
2
read
Function · 0.85
purify
Function · 0.50
Tested by
no test coverage detected