mirror of
https://github.com/imezx/Warp.git
synced 2026-06-02 12:18:32 +00:00
9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
import { Stringifier } from './postcss.js'
|
|
|
|
interface Stringify extends Stringifier {
|
|
default: Stringify
|
|
}
|
|
|
|
declare const stringify: Stringify
|
|
|
|
export = stringify
|