Skip to content

Commit

Permalink
DOCS hide install function (pyodide#5277)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane authored Dec 23, 2024
1 parent 6b50b0b commit dc1fe64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class Installer {
}
}

/** @hidden */
export let install: typeof Installer.prototype.install;

if (typeof API !== "undefined" && typeof Module !== "undefined") {
Expand Down

0 comments on commit dc1fe64

Please sign in to comment.