Skip to content

Commit 803b10a

Browse files
committed
docs: Built-In Functions links to global.d.ts definitions
1 parent f224f1f commit 803b10a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ necessary unless the main entry point of your program is written in JavaScript.
182182

183183
Care should be taken to ensure that only one program module is run per JS context.
184184

185-
## Built-In Functions
185+
## [Built-In Functions](python/pythonmonkey/global.d.ts)
186186

187187
- `console`
188188
- `atob`
@@ -193,6 +193,7 @@ Care should be taken to ensure that only one program module is run per JS contex
193193
### CommonJS Subsystem Additions
194194
The CommonJS subsystem is activated by invoking the `require` or `createRequire` exports of the (Python)
195195
pythonmonkey module.
196+
196197
- `require`
197198
- `exports`
198199
- `module`

0 commit comments

Comments
 (0)