# Installation
> `npm install --save @types/postcss-resolve-nested-selector`

# Summary
This package contains type definitions for postcss-resolve-nested-selector (https://github.com/davidtheclark/postcss-resolve-nested-selector).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-resolve-nested-selector.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-resolve-nested-selector/index.d.ts)
````ts
import { Node } from "postcss";

/**
 * Returns an array of selectors resolved from `selector`.
 */
declare function resolvedNestedSelector(selector: string, node: Node): string[];

export = resolvedNestedSelector;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [postcss](https://npmjs.com/package/postcss)

# Credits
These definitions were written by [Remco Haszing](https://github.com/remcohaszing), and [Masafumi Koba](https://github.com/ybiquitous).
