mirror of
https://github.com/joelwmale/webhook-action.git
synced 2025-02-07 12:29:23 +01:00
- Convert project to Javascript/Typescript - Allow custom headers to be passed in (optional) - Allow body to be optional
2 lines
66 B
TypeScript
2 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|