walk.d.ts 150 Bytes Raw Blame History Permalink 1 2 3 import type { Container } from 'postcss'; import { options } from './options.js'; export default function walk(node: Container, opts: options): void;