Files
juanjo 0fc5392bd2
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
fix engram rtk
2026-04-16 18:24:13 +02:00

10 lines
163 B
TypeScript

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