mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-12-11 08:24:31 +01:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
'use strict';
|
|
|
|
// http://262.ecma-international.org/5.1/#sec-9.1
|
|
|
|
module.exports = require('es-to-primitive/es5');
|