mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
8 lines
176 B
JavaScript
8 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.min%');
|