UNPKG

@types/nodegit

Version:
7 lines (5 loc) 102 B
import { Cred } from "./cred"; export class CredUsername { parent: Cred; username: string; }