Skip to content

Commit

Permalink
docs: add doc comment to typescript typing export
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Sep 27, 2020
1 parent 0fa64c2 commit 2c33c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ declare namespace postcssCombineDuplicatedSelectors {
type Exported = Plugin & { default: Plugin };
}

/**
* Automatically detects and combines duplicated css selectors
*/
declare const postcssCombineDuplicatedSelectors: postcssCombineDuplicatedSelectors.Exported;

export = postcssCombineDuplicatedSelectors;

0 comments on commit 2c33c5f

Please sign in to comment.