ship-gis/node_modules/postcss-nesting/dist/lib/shift-nodes-before-parent.d.ts

3 lines
154 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import type { ChildNode, Container } from 'postcss';
export default function shiftNodesBeforeParent(node: ChildNode, parent: Container<ChildNode>): void;