BLOBBO/node_modules/postcss/lib/stringify.d.ts
type-two 969f602dd4 Foundation: vite+ts+three+rapier scaffold, frozen contracts, lane docs A-E
Fixed-step world runtime, event bus wire protocol between lanes, integration
seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 19:55:43 +10:00

10 lines
163 B
TypeScript

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