Files
labeler/node_modules/@octokit/endpoint/dist-src/index.js
T

4 lines
141 B
JavaScript
Raw Normal View History

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