UNPKG

git-lite-cli

Version:

A lightweight CLI tool for seamless GitHub automation—create, initialize, and push repositories with a single command.

6 lines • 229 B
import type { userProfile } from '../types/userProfile.js'; export declare function profile(token: string): { setProfile: () => Promise<userProfile>; getProfile: () => userProfile; }; //# sourceMappingURL=profile.d.ts.map