Sign in
bazel
/
continuous-integration
/
b9b7f0dad8ab00a48cc262d1d38339a1dd11c7c5
/
.
/
actions
/
bcr-pr-review-approver
/
node_modules
/
@octokit
/
endpoint
/
dist-src
/
index.js
blob: b1d45e34d9a48e634358be06850b8f272e19cbce [
file
] [
log
] [
blame
]
import
{
withDefaults
}
from
"./with-defaults"
;
import
{
DEFAULTS
}
from
"./defaults"
;
const
endpoint
=
withDefaults
(
null
,
DEFAULTS
);
export
{
endpoint
};