init commit

This commit is contained in:
lds217
2025-02-12 03:53:14 -05:00
commit d6c58b1219
725 changed files with 445592 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify