Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export type ModuleType = "esm" | "cjs" | "unknown";
*/
export class InstrumentationMatcher {
private constructor();
free(): void;
/**
* Get a transformer for the given module name, version and file path.
* Returns `undefined` if no matching instrumentations are found.
Expand All @@ -103,8 +102,6 @@ export class InstrumentationMatcher {
*/
export class Transformer {
private constructor();
free(): void;

/**
* The name of the module to transform.
*/
Expand Down
Loading