We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Built-In Functions
global.d.ts
1 parent f224f1f commit 803b10aCopy full SHA for 803b10a
README.md
@@ -182,7 +182,7 @@ necessary unless the main entry point of your program is written in JavaScript.
182
183
Care should be taken to ensure that only one program module is run per JS context.
184
185
-## Built-In Functions
+## [Built-In Functions](python/pythonmonkey/global.d.ts)
186
187
- `console`
188
- `atob`
@@ -193,6 +193,7 @@ Care should be taken to ensure that only one program module is run per JS contex
193
### CommonJS Subsystem Additions
194
The CommonJS subsystem is activated by invoking the `require` or `createRequire` exports of the (Python)
195
pythonmonkey module.
196
+
197
- `require`
198
- `exports`
199
- `module`
0 commit comments