Skip to content

Commit

Permalink
Export Math to global object (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
worenga authored Dec 18, 2021
1 parent e6ed032 commit b30006f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/plugins/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export class CorePlugin extends Plugin<CoreOptions> implements CoreOptions {

atob,
btoa,
Math,

crypto,
CryptoKey: crypto.CryptoKey,
Expand Down

0 comments on commit b30006f

Please sign in to comment.