We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4ed2f commit 1a959c6Copy full SHA for 1a959c6
packages/purgecss/src/index.ts
@@ -34,6 +34,7 @@ import { matchAll } from "./utils";
34
import VariablesStructure from "./VariablesStructure";
35
36
export { defaultOptions } from "./options";
37
+export * from './types';
38
export { PurgeCSS };
39
40
const asyncFs = {
0 commit comments