Skip to content

Commit 1a959c6

Browse files
committed
feat: export all types #780
1 parent 2a4ed2f commit 1a959c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/purgecss/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import { matchAll } from "./utils";
3434
import VariablesStructure from "./VariablesStructure";
3535

3636
export { defaultOptions } from "./options";
37+
export * from './types';
3738
export { PurgeCSS };
3839

3940
const asyncFs = {

0 commit comments

Comments
 (0)