@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpProgramIngestionSource
Type Alias: PhpProgramIngestionSource
ts
type PhpProgramIngestionSource =
| AsyncIterable<string | Buffer>
| Iterable<string | Buffer>
| NodeJS.ReadableStream;