mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-31 00:04:45 +08:00
update modules
This commit is contained in:
+3
@@ -89,3 +89,6 @@ export const stringify = (value, replacer, space) => {
|
||||
return after;
|
||||
}
|
||||
};
|
||||
|
||||
export const toJSON = any => $parse(stringify(any));
|
||||
export const fromJSON = any => parse($stringify(any));
|
||||
|
||||
Reference in New Issue
Block a user