TenantAtlas/apps/platform/.pnpm-store/v10/files/ea/569e3076abba80502c5c338ded793002f6841b56dddcdffbb64142fe58ae2626cd4626f566938725263eca8575d52155d903168f13efdeae782e7ac9871131
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

10 lines
133 B
Plaintext

import { Parser } from './postcss.js'
interface Parse extends Parser {
default: Parse
}
declare let parse: Parse
export = parse