Skip to content

Commit

Permalink
typescript definition
Browse files Browse the repository at this point in the history
add whitelistPatternsChildren to typescript definition file
  • Loading branch information
Ffloriel committed Mar 20, 2018
1 parent 75729b8 commit 772eccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/purgecss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ declare namespace Purgecss {
extractors?: Array<ExtractorsObj>
whitelist?: Array<string>
whitelistPatterns?: Array<RegExp>
whitelistPatternsChildren?: Array<RegExp>
output?: string
stdout?: boolean
stdin?: boolean
Expand Down

0 comments on commit 772eccf

Please sign in to comment.