mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fc5034e94d
* preproccessor php * fix * ok * remove folder * chore: publish parser --------- Co-authored-by: HugoCasa <hugo@casademont.ch>
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export function parse_php(code: string, main_override?: string | null): string;
|