mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-09-04 21:46:59 +08:00
update modules
This commit is contained in:
+5
@@ -92,3 +92,8 @@ const stringify = (value, replacer, space) => {
|
||||
}
|
||||
};
|
||||
exports.stringify = stringify;
|
||||
|
||||
const toJSON = any => $parse(stringify(any));
|
||||
exports.toJSON = toJSON;
|
||||
const fromJSON = any => parse($stringify(any));
|
||||
exports.fromJSON = fromJSON;
|
||||
|
||||
Reference in New Issue
Block a user