Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function Github.getUser
import { Github } from "https://deno.land/x/darkflare@v6.4.1/oauth2/Github.ts";
const { getUser } = Github;

Parameters

token: string

Returns

Promise<Github.User | undefined>