epiphany/node_modules/postcss-custom-media/dist/toposort.d.ts

2 lines
119 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
export declare function removeCyclicReferences(nodes: Map<string, unknown>, edges: Array<Array<string>>): Set<string>;