UNPKG

@parcel/types-internal

Version:
7 lines (6 loc) 106 B
export type ConfigResult = any; export type AST = { type: string; version: string; program: any; };