Skip to content

Commit

Permalink
Fix: Remove internal annotation on the debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanasit Tanakitrungruang committed Mar 8, 2021
1 parent 5e9456d commit 16737f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/debugging.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
export type AsyncDebugBlock = () => unknown;
export type DebugConsume = (debugLog: AsyncDebugBlock) => void;

/**
* @internal
*/
export interface DebugHandler {
debug: DebugConsume;
}

/**
* @internal
*/
export class BufferedDebugHandler implements DebugHandler {
private buffer: Array<AsyncDebugBlock>;
constructor() {
Expand Down

0 comments on commit 16737f5

Please sign in to comment.