epiphany/node_modules/postcss-custom-media/dist/toposort.d.ts
2023-12-09 22:48:07 -08:00

1 line
119 B
TypeScript

export declare function removeCyclicReferences(nodes: Map<string, unknown>, edges: Array<Array<string>>): Set<string>;