5 lines
73 B
Go
5 lines
73 B
Go
'use strict';
|
|
|
|
/** @type {import('./max')} */
|
|
module.exports = Math.max;
|
'use strict';
|
|
|
|
/** @type {import('./max')} */
|
|
module.exports = Math.max;
|