MCPcopy Create free account
hub / github.com/api-platform/website / Options

Interface Options

pwa/api/contributorsRank.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const MyOctokit = Octokit.plugin(throttling);
10
11interface Options {
12 method?: string;
13 url?: string;
14}
15
16function sortByContributions(a: Contributor, b: Contributor) {
17 if (a.contributions < b.contributions) return 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected