UNPKG

@pushrocks/smartstring

Version:

handle strings in smart ways. TypeScript ready.

10 lines (9 loc) 209 B
export declare class GitRepo { host: string; user: string; repo: string; accessToken: string; sshUrl: string; httpsUrl: string; constructor(stringArg: string, tokenArg?: string); }