ec675f2
1
2
3
4
5
import { analyzeCSS } from "./lib/analyzer"; console.log("VALUE:", analyzeCSS); console.log("TYPE:", typeof analyzeCSS);