mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
279030f2b8
postcss was importing `./index.js` from `./index.d.mts` where there also existed a `./index.d.ts`. Closes #19575
1 line
27 B
TypeScript
1 line
27 B
TypeScript
export type Value = "cts";
|