Skip to content

Commit

Permalink
feat: export all types #780
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 26, 2021
1 parent 2a4ed2f commit 1a959c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/purgecss/src/index.ts
Expand Up @@ -34,6 +34,7 @@ import { matchAll } from "./utils";
import VariablesStructure from "./VariablesStructure";

export { defaultOptions } from "./options";
export * from './types';
export { PurgeCSS };

const asyncFs = {
Expand Down

0 comments on commit 1a959c6

Please sign in to comment.