This repository has been archived on 2026-05-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tippspiel/frontend/node_modules/postcss/lib/stringify.d.ts
T
2026-04-03 21:41:19 +02:00

10 lines
165 B
TypeScript

import { Stringifier } from './postcss.js'
interface Stringify extends Stringifier {
default: Stringify
}
declare const stringify: Stringify
export = stringify