MCPcopy 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

1const fs = require("fs")
2const purify = require("../lib/purifycss.js")
3const absPath = `${__dirname}/test_examples/`
4const read = path => fs.readFileSync(absPath + path, "utf8")

Callers

nothing calls this directly

Calls 2

readFunction · 0.85
purifyFunction · 0.50

Tested by

no test coverage detected