mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-23 02:23:26 +01:00
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
'use strict';
|
|
|
|
var GetIntrinsic = require('get-intrinsic');
|
|
|
|
// https://262.ecma-international.org/6.0/#sec-algorithm-conventions
|
|
|
|
module.exports = GetIntrinsic('%Math.max%');
|