mirror of
https://github.com/softprops/action-gh-release
synced 2025-09-23 12:18:47 +00:00
3 lines
141 B
JavaScript
3 lines
141 B
JavaScript
import { withDefaults } from "./with-defaults";
|
|
import { DEFAULTS } from "./defaults";
|
|
export const endpoint = withDefaults(null, DEFAULTS);
|