This commit is contained in:
2024-10-29 10:07:53 +08:00
parent dac8a28465
commit aeb28785c7
239 changed files with 59710 additions and 43293 deletions

9
node_modules/postcss/lib/stringify.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify