This website requires JavaScript.
Explore
Help
Register
Sign In
actions
/
webhook-action
Watch
1
Star
0
Fork
0
You've already forked webhook-action
mirror of
https://github.com/joelwmale/webhook-action.git
synced
2024-08-25 08:08:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3cee2ba3f1
webhook-action
/
node_modules
/
es-abstract
/
helpers
/
maxSafeInteger.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add node_modules until bundler is added
2020-08-25 23:57:08 +00:00
'use strict'
;
feat: updates & github event support
2024-03-28 02:00:41 +00:00
module
.
exports
=
Number
.
MAX
_SAFE
_INTEGER
||
9007199254740991
;
// Math.pow(2, 53) - 1;
Reference in New Issue
Copy Permalink