mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +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
|