UNPKG

wlpacks-ontimize-web-ngx

Version:
6 lines (5 loc) 123 B
export declare type Expression = { lop: string | Expression; op: string; rop?: string | any[] | Expression; };