Skip to content

Commit dc1fe64

Browse files
authored
DOCS hide install function (pyodide#5277)
1 parent 6b50b0b commit dc1fe64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/installer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export class Installer {
5050
}
5151
}
5252

53+
/** @hidden */
5354
export let install: typeof Installer.prototype.install;
5455

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

0 commit comments

Comments
 (0)