Skip to content

Commit

Permalink
Update the typings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 14, 2024
1 parent c51eab0 commit 5d83ccf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/fast_transformer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ export class FastTransformer implements Transformer {
*/
close(): Promise<void>;

/**
* Starts the underlying PHP process and begins accepting connections.
* @returns The TCP port used by the PHP process.
*/
listen(): Promise<number>;

/**
* Processes a PHP script.
* @param file The path to the PHP script.
Expand Down

0 comments on commit 5d83ccf

Please sign in to comment.