mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 18:12:59 -05:00

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 = "dts";
|