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