mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-23 13:54:46 +01:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
|
import { Stringifier } from './postcss.js'
|
||
|
|
||
|
interface Stringify extends Stringifier {
|
||
|
default: Stringify
|
||
|
}
|
||
|
|
||
|
declare const stringify: Stringify
|
||
|
|
||
|
export = stringify
|