postcss-selector-parser
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
# 6.1.1 | ||
- Fixed: improve typings of constructor helpers (#292) | ||
# 6.1.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "postcss-selector-parser", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@babel/cli": "^7.11.6", |
@@ -535,3 +535,3 @@ // Type definitions for postcss-selector-parser 2.2.3 | ||
} | ||
function id(opts: any): any; | ||
function id(opts: any): Identifier; | ||
function isIdentifier(node: any): node is Identifier; | ||
@@ -542,3 +542,3 @@ | ||
} | ||
function nesting(opts: any): any; | ||
function nesting(opts?: any): Nesting; | ||
function isNesting(node: any): node is Nesting; | ||
@@ -555,4 +555,4 @@ | ||
} | ||
function universal(opts?: NamespaceOptions): any; | ||
function universal(opts?: NamespaceOptions): Universal; | ||
function isUniversal(node: any): node is Universal; | ||
} |
186290
0.04%