change-string-case/node_modules/@octokit/endpoint/dist-src/index.js

7 lines
157 B
JavaScript
Raw Normal View History

2022-11-04 00:55:07 +08:00
import { withDefaults } from "./with-defaults";
import { DEFAULTS } from "./defaults";
2023-10-26 04:27:07 +08:00
const endpoint = withDefaults(null, DEFAULTS);
export {
endpoint
};