1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-05-08 08:46:50 +08:00

4 lines
141 B
JavaScript
Raw Permalink Normal View History

2019-08-06 18:29:44 -04:00
import { withDefaults } from "./with-defaults";
import { DEFAULTS } from "./defaults";
export const endpoint = withDefaults(null, DEFAULTS);