diff --git a/index.d.ts b/index.d.ts index 688456c..5c6f832 100644 --- a/index.d.ts +++ b/index.d.ts @@ -41,6 +41,7 @@ type CSSTreeAST = Object; // @TODO: Define shape // CORE export function calculate(selector: string | CSSTreeAST): Array; +export function calculateSelectorNode(node: CSSTreeAST): { a: number; b: number; c: number; }; // UTIL: COMPARE export function equals(s1: SpecificityInstanceOrObject, s2: SpecificityInstanceOrObject): boolean;