mirror of
https://github.com/actions/setup-node.git
synced 2024-11-15 08:01:07 +07:00
4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
|
import { withDefaults } from "./with-defaults";
|
||
|
import { DEFAULTS } from "./defaults";
|
||
|
export const endpoint = withDefaults(null, DEFAULTS);
|