UNPKG

@capgo/cli

Version:
5 lines (4 loc) 256 B
import type { PrescanCheck } from './types'; /** New iOS expansion checks become build-blocking at this UTC instant. */ export declare const IOS_PRESCAN_EXPANSION_ENFORCE_AFTER = "2026-08-14T00:00:00.000Z"; export declare const ALL_CHECKS: PrescanCheck[];