Skip to content

Commit

Permalink
Merge pull request #61 from fpapado/fix-ts-definition
Browse files Browse the repository at this point in the history
Fix TS definition for extractRawSelector
  • Loading branch information
Ffloriel committed Mar 11, 2018
2 parents b1f01b2 + c9f4c3f commit 6e778a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/purgecss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ declare class Purgecss {
extractors?: Array<Purgecss.ExtractorsObj>
): Set<string>
extractRawSelector(
content: Array<RawContent>,
extractors?: Array<ExtractorsObj>
content: Array<Purgecss.RawContent>,
extractors?: Array<Purgecss.ExtractorsObj>
): Set<string>
getFileExtractor(
filename: string,
Expand Down

0 comments on commit 6e778a9

Please sign in to comment.