Sign in
bazel
/
continuous-integration
/
fd8af961a89d60b43ae82b17985254386923606a
/
.
/
actions
/
release-helper
/
node_modules
/
@octokit
/
endpoint
/
dist-src
/
index.js
blob: 599917f98fa6f1f3a79f1d35360b3db722187c0a [
file
] [
log
] [
blame
]
import
{
withDefaults
}
from
"./with-defaults"
;
import
{
DEFAULTS
}
from
"./defaults"
;
export
const
endpoint
=
withDefaults
(
null
,
DEFAULTS
);