mirror of
https://github.com/imezx/Warp.git
synced 2025-06-20 13:39:17 +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
|