Files
2026-07-10 11:28:16 +08:00

5 lines
132 B
Go

'use strict';
/** @type {import('./reflectApply')} */
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;