Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b30006f

Browse files
authored
Export Math to global object (#129)
1 parent e6ed032 commit b30006f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/plugins/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ export class CorePlugin extends Plugin<CoreOptions> implements CoreOptions {
341341

342342
atob,
343343
btoa,
344+
Math,
344345

345346
crypto,
346347
CryptoKey: crypto.CryptoKey,

0 commit comments

Comments
 (0)